complexity icon indicating copy to clipboard operation
complexity copied to clipboard

Migrate to `nikic/php-parser` 5.0

Open sebastianbergmann opened this issue 2 years ago • 0 comments

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.

sebastianbergmann avatar Jun 28 '23 05:06 sebastianbergmann