mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 18:38:05 +01:00
eeb63065be
Sorry for that one large commit. Won't happen again.
8 lines
114 B
PHP
8 lines
114 B
PHP
<?php
|
|
|
|
/**
|
|
* @property string|Node_Variable|Node_Expr $name Name
|
|
*/
|
|
class Node_Variable extends NodeAbstract
|
|
{
|
|
} |