Completed
Pull Request — master (#155)
by
unknown
03:11
created
src/Aggregation/AbstractAggregation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      * Returns sub aggregation.
107 107
      * @param string $name Aggregation name to return.
108 108
      *
109
-     * @return AbstractAggregation|null
109
+     * @return BuilderInterface|null
110 110
      */
111 111
     public function getAggregation($name)
112 112
     {
Please login to merge, or discard this patch.
src/Aggregation/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/Query/BoolQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @param  null $boolType
57
+     * @param  string|null $boolType
58 58
      * @return array
59 59
      */
60 60
     public function getQueries($boolType = null)
Please login to merge, or discard this patch.