Completed
Pull Request — master (#203)
by
unknown
02:30
created
src/Search.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -205,9 +205,6 @@  discard block
 block discarded – undo
205 205
     /**
206 206
      * Adds multiple queries to the search.
207 207
      *
208
-     * @param Array     $query
209
-     * @param string    $boolType
210
-     * @param string    $key
211 208
      *
212 209
      * @return $this
213 210
      */
@@ -670,7 +667,7 @@  discard block
 block discarded – undo
670 667
 
671 668
     /**
672 669
      * @param string $name
673
-     * @param string|array|bool $value
670
+     * @param string $value
674 671
      *
675 672
      * @return $this
676 673
      */
Please login to merge, or discard this patch.