Skip to content

Commit 2e76afc

Browse files
committed
chore: fix SearchBinaryOperator constructor type hint
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 12da679 commit 2e76afc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/private/Files/Search/SearchBinaryOperator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
use OCP\Files\Search\ISearchOperator;
1414

1515
class SearchBinaryOperator implements ISearchBinaryOperator {
16-
private $hints = [];
16+
private array $hints = [];
1717

1818
/**
1919
* SearchBinaryOperator constructor.
2020
*
2121
* @param string $type
22-
* @param (SearchBinaryOperator|SearchComparison)[] $arguments
22+
* @param ISearchOperator[] $arguments
2323
*/
2424
public function __construct(
2525
private $type,

0 commit comments

Comments
 (0)