mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-06 12:48:21 +01:00
8 lines
109 B
PHP
8 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property string $name Name
|
||
|
*/
|
||
|
class PHPParser_Node_Stmt_Label extends PHPParser_Node_Stmt
|
||
|
{
|
||
|
}
|