mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 12:14:54 +02:00
more types
This commit is contained in:
parent
721b8825d8
commit
d3eb42cd90
14 changed files with 32 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue