more types

This commit is contained in:
Robin Appelman 2022-04-08 17:36:08 +02:00
commit d3eb42cd90
14 changed files with 32 additions and 34 deletions

View file

@ -59,7 +59,7 @@ class Operator {
* Operator constructor.
*
* @param string $type
* @param array $arguments
* @param (Literal|\SearchDAV\Backend\SearchPropertyDefinition|Operator)[] $arguments
*/
public function __construct(string $type = '', array $arguments = []) {
$this->type = $type;