StaticVar.php 305 B

123456789101112131415
  1. <?php declare(strict_types=1);
  2. namespace PhpParser\Node\Stmt;
  3. require __DIR__ . '/../StaticVar.php';
  4. if (false) {
  5. /**
  6. * For classmap-authoritative support.
  7. *
  8. * @deprecated use \PhpParser\Node\StaticVar instead.
  9. */
  10. class StaticVar extends \PhpParser\Node\StaticVar {
  11. }
  12. }