LNumber.php 195 B

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