1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-13 09:57:25 +01:00
PHP-Parser/lib/PHPParser/Node/Expr/LambdaFuncUse.php
2011-06-05 18:40:04 +02:00

9 lines
185 B
PHP

<?php
/**
* @property string $var Name of variable
* @property bool $byRef Whether to use by reference
*/
class PHPParser_Node_Expr_LambdaFuncUse extends PHPParser_Node_Expr
{
}