Passed
Push — main ( ba819d...a8e5ae )
by Michiel
06:08
created
tests/Phing/Task/System/PhpEvalTaskTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         );
27 27
 
28 28
         $arraySum = '';
29
-        array_walk_recursive($arr, function ($item) use (&$arraySum) {
29
+        array_walk_recursive($arr, function($item) use (&$arraySum) {
30 30
             $arraySum .= $item;
31 31
         });
32 32
 
Please login to merge, or discard this patch.