1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-05 20:48:28 +01:00
PHP-Parser/lib/Node/Expr/FuncCallArg.php

9 lines
161 B
PHP
Raw Normal View History

<?php
/**
* @property Node_Expr $value Value to pass
* @property bool $byRef Whether to pass by ref
*/
class Node_Expr_FuncCallArg extends Node_Expr
{
}