php-parser/lib/PhpParser/Parser.php
Nikita Popov 51ec2a25fe Move parser to Parser\Php5
Old name still exists.
2015-05-02 22:50:11 +02:00

6 lines
65 B
PHP

<?php
namespace PhpParser;
class Parser extends Parser\Php5 {}