mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-12 17:37:21 +01:00
9 lines
199 B
PHP
9 lines
199 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @property array $assignList List of variables to assign to
|
||
|
* @property PHPParser_Node_Expr $expr Expression
|
||
|
*/
|
||
|
class PHPParser_Node_Expr_List extends PHPParser_Node_Expr
|
||
|
{
|
||
|
}
|