PHP-Parser/lib/PhpParser/Node/Stmt/StaticVar.php
Nikita Popov 035c1c7cd2 Rename Stmt\StaticVar to StaticVar
This is part of a statement, not a statement by itself.
2022-09-02 22:51:13 +02:00

4 lines
71 B
PHP

<?php declare(strict_types=1);
require __DIR__ . '/../StaticVar.php';