Passed
Push — master ( 3a1689...d265e3 )
by Christophe
02:39
created
Output/Javascript/ChartOutput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
      */
177 177
     public function loadLibraries(array $packages)
178 178
     {
179
-        array_walk($packages, function (&$item) {
179
+        array_walk($packages, function(&$item) {
180 180
             $item = "'".$item."'";
181 181
         });
182 182
 
Please login to merge, or discard this patch.