Completed
Pull Request — master (#435)
by
unknown
01:54
created
src/Hal/Component/Ast/Traverser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function __construct(CustomNodeTraverser $traverser, $stopCondition = null)
32 32
     {
33 33
         if (null === $stopCondition) {
34
-            $stopCondition = function ($node) {
34
+            $stopCondition = function($node) {
35 35
                 if ($node instanceof Node\Stmt\Class_ || $node instanceof Node\Stmt\Interface_) {
36 36
                     return false;
37 37
                 }
Please login to merge, or discard this patch.