1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
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 {}