mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-04 10:04:06 +02:00
Add some more phpdoc typings
This commit is contained in:
parent
634f9c28d3
commit
82bcf2cebb
3 changed files with 20 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ use Sabre\DAV\Xml\Element\Response;
|
|||
use Sabre\Xml\Writer;
|
||||
|
||||
class QueryDiscoverResponse extends Response {
|
||||
/**
|
||||
* @var BasicSearchSchema|null
|
||||
*/
|
||||
protected $schema;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue