complexity
complexity copied to clipboard
Migrate to `nikic/php-parser` 5.0
The test suite passes with v5.0.0alpha3, no changes were required.
We currently use ParserFactory::create(ParserFactory::PREFER_PHP7, new Lexer) to create a parser instance, this is now deprecated. We should use ParserFactory::createForNewestSupportedVersion() instead.