mirror of
https://github.com/danog/PHP-Parser.git
synced 2025-01-21 21:31:29 +01:00
9 lines
124 B
PHP
9 lines
124 B
PHP
|
<?php
|
||
|
|
||
|
namespace PhpParser\Node\Scalar\MagicConst;
|
||
|
|
||
|
use PhpParser\Node\Scalar\MagicConst;
|
||
|
|
||
|
class Line extends MagicConst
|
||
|
{
|
||
|
}
|