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

9 lines
177 B
PHP

<?php
/**
* @property string $key Key
* @property PHPParser_Node_Expr $value Value
*/
class PHPParser_Node_Stmt_DeclareDeclare extends PHPParser_Node_Stmt
{
}