1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-11 17:09:41 +01:00
PHP-Parser/lib/Node/Variable.php

8 lines
114 B
PHP
Raw Normal View History

2011-04-18 19:02:30 +02:00
<?php
/**
* @property string|Node_Variable|Node_Expr $name Name
*/
2011-04-18 19:02:30 +02:00
class Node_Variable extends NodeAbstract
{
}