1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-19 03:52:33 +01:00

5 lines
76 B
PHP
Raw Normal View History

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