Add some more phpdoc typings

This commit is contained in:
Robin Appelman 2018-01-25 12:56:14 +01:00
commit 82bcf2cebb
3 changed files with 20 additions and 0 deletions

View file

@ -26,6 +26,9 @@ use Sabre\DAV\Xml\Element\Response;
use Sabre\Xml\Writer;
class QueryDiscoverResponse extends Response {
/**
* @var BasicSearchSchema|null
*/
protected $schema;
/**