Completed
Pull Request — master (#306)
by
unknown
01:52
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/Aggregation/AbstractAggregation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
      * Returns sub aggregation.
109 109
      * @param string $name Aggregation name to return.
110 110
      *
111
-     * @return AbstractAggregation|NamedBuilderInterface|null
111
+     * @return \ONGR\ElasticsearchDSL\BuilderInterface|null
112 112
      */
113 113
     public function getAggregation($name)
114 114
     {
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
@@ -759,7 +759,7 @@
 block discarded – undo
759 759
 
760 760
     /**
761 761
      * @param string $name
762
-     * @param string|array|bool|int $value
762
+     * @param string $value
763 763
      *
764 764
      * @return $this
765 765
      */
Please login to merge, or discard this patch.