1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-15 10:57:11 +01:00
PHP-Parser/lib/PHPParser/Node/Stmt/Declare.php

5 lines
72 B
PHP
Raw Normal View History

2011-06-05 18:40:04 +02:00
<?php
class PHPParser_Node_Stmt_Declare extends PHPParser_Node_Stmt
{
}