Test Failed
Push — master ( dd7c2d...d818fc )
by Christophe
02:23
created
ChartOutput/JavascriptChartOutput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      */
96 96
     public function loadLibraries($packages)
97 97
     {
98
-        array_walk($packages, function (&$item) {
98
+        array_walk($packages, function(&$item) {
99 99
             $item = "'".$item."'";
100 100
         });
101 101
 
Please login to merge, or discard this patch.