Completed
Push — master ( 5ca1b2...825c8f )
by Fede
40:32 queued 25:26
created
src/Evaluator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         } else {
26 26
             $function = $this->environment[$program[0]];
27 27
 
28
-            $arguments = array_map(function ($value) {
28
+            $arguments = array_map(function($value) {
29 29
                 return $this->run($value);
30 30
             }, array_slice($program, 1));
31 31
 
Please login to merge, or discard this patch.