1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-06 13:08:28 +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
{
}