mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 21:31:14 +01:00
60f1504978
Nothing to emulate anymore... Revert this commit when something turns up.
11 lines
208 B
PHP
11 lines
208 B
PHP
<?php
|
|
|
|
namespace PhpParser\Lexer;
|
|
|
|
use PhpParser\ErrorHandler;
|
|
use PhpParser\Parser\Tokens;
|
|
|
|
class Emulative extends \PhpParser\Lexer
|
|
{
|
|
/* No features requiring emulation have been added in PHP > 7.0 */
|
|
} |