We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250c930 commit 7cbcec4Copy full SHA for 7cbcec4
lib/Doctrine/ODM/MongoDB/Query/Query.php
@@ -50,11 +50,6 @@ class Query implements IteratorAggregate
50
public const TYPE_DISTINCT = 9;
51
public const TYPE_COUNT = 11;
52
53
- /**
54
- * @deprecated 1.1 Will be removed for 2.0
55
- */
56
- public const TYPE_GEO_LOCATION = 10;
57
-
58
public const HINT_REFRESH = 1;
59
// 2 was used for HINT_SLAVE_OKAY, which was removed in 2.0
60
public const HINT_READ_PREFERENCE = 3;
0 commit comments