Completed
Push — master ( 9ba84f...5a5838 )
by Matthias
04:56
created
src/Aggregator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
             // array_merge_recursive will merge into an array of values if there
138 138
             // are multiple things with the same name, in which case we'll just
139 139
             // go with the last occurrence
140
-            $flat[$metric] = array_map(function ($value) {
140
+            $flat[$metric] = array_map(function($value) {
141 141
                 return is_array($value) ? array_pop($value) : $value;
142 142
             }, $flat[$metric]);
143 143
         }
Please login to merge, or discard this patch.