Skip to content

Commit 24772ec

Browse files
committed
Fix type issue
1 parent 7c1f118 commit 24772ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Operation/OperationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function delete(): QueryInterface;
2626
public function filter(array $predicate): OperationInterface;
2727

2828
/**
29-
* @param array $keys
29+
* @param int|string|array $keys
3030
* @return OperationInterface
3131
*/
3232
public function getAll(...$keys): OperationInterface;

0 commit comments

Comments
 (0)