Completed
Pull Request — master (#1477)
by Maciej
10:13
created
lib/Doctrine/ODM/MongoDB/Query/Query.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      * @param boolean $hydrate
98 98
      * @param boolean $refresh
99 99
      * @param array $primers
100
-     * @param null $requireIndexes deprecated
100
+     * @param boolean $requireIndexes deprecated
101 101
      * @param boolean $readOnly
102 102
      */
103 103
     public function __construct(DocumentManager $dm, ClassMetadata $class, Collection $collection, array $query = array(), array $options = array(), $hydrate = true, $refresh = false, array $primers = array(), $requireIndexes = null, $readOnly = false)
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
     /**
226 226
      * Gets an array of the unindexed fields in this query.
227 227
      *
228
-     * @return array
228
+     * @return string
229 229
      *
230 230
      * @deprecated method was deprecated in 1.2 and will be removed in 2.0
231 231
      */
Please login to merge, or discard this patch.