1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/lib/Node/Stmt/ConstConst.php

9 lines
134 B
PHP

<?php
/**
* @property string $name Name
* @property Node_Expr $value Value
*/
class Node_Stmt_ConstConst extends Node_Stmt
{
}