Completed
Pull Request — master (#12)
by Adam
03:18
created
src/BestServedCold/LaravelZendSearch/Lucene/Search.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
      * Provides an exact pattern match.
188 188
      *
189 189
      * @param  $string
190
-     * @param  null $field
190
+     * @param  string $field
191 191
      * @return $this
192 192
      */
193 193
     public function match($string, $field = null)
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
     }
278 278
 
279 279
     /**
280
-     * @return mixed
280
+     * @return boolean
281 281
      */
282 282
     public static function getLastQuery()
283 283
     {
Please login to merge, or discard this patch.