nette / php-generator

🐘 Generates neat PHP code for you. Supports new PHP 8.3 features.
https://doc.nette.org/php-generator
Other
2.11k stars 138 forks source link

improve parse code in Extractor #150

Closed yoosefap closed 9 months ago

yoosefap commented 9 months ago
dg commented 9 months ago

It should be compatible with version 4 too

JanTvrdik commented 9 months ago

ParserFactory::createForNewestSupportedVersion was backported to PHP-Parser 4.18, so sth like ^4.18 || ^5.0 should work

dg commented 9 months ago

Thanks