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.
2 parents 77b28b3 + 4a32980 commit 44a611cCopy full SHA for 44a611c
lib/Doctrine/ODM/MongoDB/Query/Builder.php
@@ -880,8 +880,8 @@ public function limit(int $limit): self
880
/**
881
* Specify $lt criteria for the current field.
882
*
883
- * @see Expr::lte()
884
- * @see https://docs.mongodb.com/manual/reference/operator/lte/
+ * @see Expr::lt()
+ * @see https://docs.mongodb.com/manual/reference/operator/lt/
885
886
* @param mixed $value
887
*/
0 commit comments