mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-06 04:38:26 +01:00
8 lines
129 B
PHP
8 lines
129 B
PHP
<?php
|
|
|
|
/**
|
|
* @property PHPParser_Node_Variable $var Variable
|
|
*/
|
|
class PHPParser_Node_Expr_Empty extends PHPParser_Node_Expr
|
|
{
|
|
} |