1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-13 09:57:25 +01:00
PHP-Parser/lib/Node/Expr/ConstFetch.php

8 lines
109 B
PHP
Raw Normal View History

<?php
/**
* @property Node_Name $name Name of constant
*/
class Node_Expr_ConstFetch extends Node_Expr
{
}