1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-08 14:08:20 +01:00
PHP-Parser/lib/Node/Stmt/Const.php

8 lines
107 B
PHP

<?php
/**
* @property array $consts Constant declarations
*/
class Node_Stmt_Const extends Node_Stmt
{
}