1: <?php declare(strict_types=1);
2:
3: namespace PhpParser\Node;
4:
5: abstract class Scalar extends Expr {
6: }
7: