Skip to content

Commit 56fa5ad

Browse files
committed
add file without ns
1 parent df565fa commit 56fa5ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PhpParser/Enum/NodeGroup.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
use PhpParser\Node\Stmt\Trait_;
2727
use PhpParser\Node\Stmt\TryCatch;
2828
use PhpParser\Node\Stmt\While_;
29+
use Rector\PhpParser\Node\CustomNode\FileWithoutNamespace;
2930

3031
final class NodeGroup
3132
{
@@ -52,6 +53,7 @@ final class NodeGroup
5253
Namespace_::class,
5354
TryCatch::class,
5455
While_::class,
56+
FileWithoutNamespace::class,
5557
];
5658

5759
/**

0 commit comments

Comments
 (0)