Completed
Push — master ( e8a81f...425a68 )
by
unknown
01:40
created
src/Hal/Component/Ast/Traverser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     public function __construct(Mother $traverser, $stopCondition = null)
28 28
     {
29 29
         if (null === $stopCondition) {
30
-            $stopCondition = function ($node) {
30
+            $stopCondition = function($node) {
31 31
                 if ($node instanceof Node\Stmt\Class_ || $node instanceof Node\Stmt\Interface_) {
32 32
                     return false;
33 33
                 }
Please login to merge, or discard this patch.