Completed
Pull Request — master (#341)
by Gabriel
02:29
created
src/Hal/Component/Ast/NodeTraverser.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
     {
26 26
         parent::__construct($cloneNodes);
27 27
 
28
-        if(null === $stopCondition) {
28
+        if (null === $stopCondition) {
29 29
             $stopCondition = function($node) {
30 30
                 return !$node instanceof Node\Stmt\Class_ && !$node instanceof Node\Stmt\Interface_;
31 31
             };
Please login to merge, or discard this patch.