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