1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/lib/Node/Stmt/Label.php
2011-05-31 16:43:46 +02:00

8 lines
89 B
PHP

<?php
/**
* @property string $name Name
*/
class Node_Stmt_Label extends Node_Stmt
{
}