We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a68dee commit a3f9dfdCopy full SHA for a3f9dfd
1 file changed
src/Database/Validator/Query/Cursor.php
@@ -29,9 +29,9 @@ public function isValid($value): bool
29
if ($method === Query::TYPE_CURSOR_AFTER || $method === Query::TYPE_CURSOR_BEFORE) {
30
$cursor = $value->getValue();
31
32
-// if ($cursor instanceof Document) {
33
-// $cursor = $cursor->getId();
34
-// }
+ // if ($cursor instanceof Document) {
+ // $cursor = $cursor->getId();
+ // }
35
36
$validator = new UID();
37
if ($validator->isValid($cursor)) {
0 commit comments