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/Property.php
2011-05-29 12:20:47 +02:00

9 lines
134 B
PHP

<?php
/**
* @property int $type Modifiers
* @property array $props Properties
*/
class Node_Stmt_Property extends Node_Stmt
{
}