1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 13:51:12 +01:00
2017-08-18 23:00:13 +02:00

7 lines
97 B
PHP

<?php declare(strict_types=1);
namespace PhpParser\Node;
abstract class Scalar extends Expr
{
}