StaticVar.php 224 B

1234567891011
  1. <?php declare(strict_types=1);
  2. namespace PhpParser\Node\Stmt;
  3. require __DIR__ . '/../StaticVar.php';
  4. if (false) {
  5. // For classmap-authoritative support.
  6. class StaticVar extends \PhpParser\Node\StaticVar {
  7. }
  8. }