Skip to content

Commit

Permalink
Update UseUse.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter committed Dec 4, 2024
1 parent 00be6c9 commit e7ba660
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/PhpParser/Node/Stmt/UseUse.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<?php declare(strict_types=1);

namespace PhpParser\Node\Stmt;

require __DIR__ . '/../UseItem.php';

if (false) {
class UseUse extends \PhpParser\Node\UseItem {}
}

0 comments on commit e7ba660

Please sign in to comment.