mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 10:28:18 +01:00
8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
/**
|
|
* @property array $consts Constant declarations
|
|
*/
|
|
class PHPParser_Node_Stmt_Const extends PHPParser_Node_Stmt
|
|
{
|
|
} |