Completed
Pull Request — master (#249)
by Benjamin
05:50
created
src/Aggregation/Metric/PercentilesAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
                 'field' => $this->getField(),
104 104
                 'script' => $this->getScript(),
105 105
             ],
106
-            function ($val) {
106
+            function($val) {
107 107
                 return ($val || is_numeric($val));
108 108
             }
109 109
         );
Please login to merge, or discard this patch.
src/Aggregation/Metric/ExtendedStatsAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
                 'script' => $this->getScript(),
80 80
                 'sigma' => $this->getSigma(),
81 81
             ],
82
-            function ($val) {
82
+            function($val) {
83 83
                 return ($val || is_numeric($val));
84 84
             }
85 85
         );
Please login to merge, or discard this patch.