1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/lib/Node/Stmt/ClassConst.php
2011-05-29 12:20:47 +02:00

8 lines
112 B
PHP

<?php
/**
* @property array $consts Constant declarations
*/
class Node_Stmt_ClassConst extends Node_Stmt
{
}