We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1f118 commit 24772ecCopy full SHA for 24772ec
src/Query/Operation/OperationInterface.php
@@ -26,7 +26,7 @@ public function delete(): QueryInterface;
26
public function filter(array $predicate): OperationInterface;
27
28
/**
29
- * @param array $keys
+ * @param int|string|array $keys
30
* @return OperationInterface
31
*/
32
public function getAll(...$keys): OperationInterface;
0 commit comments