Completed
Push — master ( 9552d6...4b2b1b )
by Simonas
08:12
created
src/Aggregation/Bucketing/HistogramAggregation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
      * Checks if all required parameters are set.
222 222
      *
223 223
      * @param array $data
224
-     * @param array $required
224
+     * @param string[] $required
225 225
      *
226 226
      * @throws \LogicException
227 227
      */
Please login to merge, or discard this patch.
src/Search.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -648,7 +648,7 @@
 block discarded – undo
648 648
 
649 649
     /**
650 650
      * @param string $name
651
-     * @param string|array|bool $value
651
+     * @param string $value
652 652
      *
653 653
      * @return $this
654 654
      */
Please login to merge, or discard this patch.