1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-23 06:11:23 +01:00

9 lines
132 B
PHP
Raw Normal View History

<?php
/**
* @property Node_Name $class Class
* @property array $args Arguments
*/
class Node_Expr_New extends Node_Expr
{
}