Passed
Pull Request — master (#5)
by Gerard van
06:43
created
src/Zicht/Tool/Script/Node/Task/ArgNode.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
     public function __construct($name, $expr)
27 27
     {
28 28
         parent::__construct();
29
-        $this->nodes[0]= $expr;
29
+        $this->nodes[0] = $expr;
30 30
         $this->name = $name;
31 31
     }
32 32
 
Please login to merge, or discard this patch.