Completed
Pull Request — master (#1803)
by thomas
02:16
created
src/Aggregation/WeightedAvg.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Set the weight for this aggregation.
52 52
      *
53
-     * @param mixed $missing
53
+     * @param integer $missing
54 54
      *
55 55
      * @return $this
56 56
      */
@@ -98,7 +98,6 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Set the value_type for this aggregation.
100 100
      *
101
-     * @param string $format
102 101
      * @param mixed  $valueType
103 102
      *
104 103
      * @return $this
Please login to merge, or discard this patch.
src/AbstractUpdateAction.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     }
225 225
 
226 226
     /**
227
-     * @param array|string $fields
227
+     * @param string $fields
228 228
      *
229 229
      * @return $this
230 230
      */
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
     }
383 383
 
384 384
     /**
385
-     * @param array $fields if empty array all options will be returned
385
+     * @param string[] $fields if empty array all options will be returned
386 386
      */
387 387
     public function getOptions(array $fields = []): array
388 388
     {
Please login to merge, or discard this patch.