@@ -28,7 +28,7 @@ |
||
28 | 28 | |
29 | 29 | public function __construct(Mother $traverser, $stopCondition = null) |
30 | 30 | { |
31 | - if(null === $stopCondition) { |
|
31 | + if (null === $stopCondition) { |
|
32 | 32 | $stopCondition = function($node) { |
33 | 33 | if ($node instanceof Node\Stmt\Class_ || $node instanceof Node\Stmt\Interface_) { |
34 | 34 | return false; |