1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 18:28:25 +01:00
PHP-Parser/lib/Node/Expr/AssignRef.php

9 lines
195 B
PHP

<?php
/**
* @property Node_Variable $var Variable reference is assigned to
* @property Node_Variable $refVar Variable which is referenced
*/
class Node_Expr_AssignRef extends Node_Expr
{
}