Skip to content

Commit

Permalink
Update StaticVar.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 f321dec commit 00be6c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/PhpParser/Node/Stmt/StaticVar.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__ . '/../StaticVar.php';

if (false) {
class StaticVar extends \PhpParser\Node\StaticVar {}
}

0 comments on commit 00be6c9

Please sign in to comment.