Completed
Pull Request — master (#1771)
by romain
02:42
created
src/Aggregation/WeightedAvg.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * Set the weight for this aggregation.
55 55
      *
56 56
      * @param string $field
57
-     * @param mixed  $missing
57
+     * @param integer  $missing
58 58
      *
59 59
      * @return $this
60 60
      */
@@ -104,7 +104,6 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * Set the value_type for this aggregation.
106 106
      *
107
-     * @param string $format
108 107
      *
109 108
      * @return $this
110 109
      */
Please login to merge, or discard this patch.