1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-12 09:29:47 +01:00
PHP-Parser/lib/Node/Expr/List.php

9 lines
169 B
PHP

<?php
/**
* @property array $assignList List of variables to assign to
* @property Node_Expr $expr Expression
*/
class Node_Expr_List extends Node_Expr
{
}