mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 02:17:56 +01:00
9 lines
126 B
PHP
9 lines
126 B
PHP
|
<?php
|
||
|
|
||
|
namespace PhpParser\Node\Scalar\MagicConst;
|
||
|
|
||
|
use PhpParser\Node\Scalar\MagicConst;
|
||
|
|
||
|
class Class_ extends MagicConst
|
||
|
{
|
||
|
}
|