@@ -28,7 +28,7 @@ |
||
| 28 | 28 | * @var Node\Stmt\Use_ $node The namespace node to parse. |
| 29 | 29 | * @var PhpFileModelInterface $parent The node which contains this namespace. |
| 30 | 30 | */ |
| 31 | - if (! Validator::instance(Node\Stmt\Use_::class)->validate($node)) { |
|
| 31 | + if (!Validator::instance(Node\Stmt\Use_::class)->validate($node)) { |
|
| 32 | 32 | return $parent; |
| 33 | 33 | } |
| 34 | 34 | foreach ($node->uses as $use) { |