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

Dumper: support enums #86

Closed iggyvolz closed 3 years ago

iggyvolz commented 3 years ago

Adds support for dumping PHP 8.1 enums. Backwards compatible with previous PHP versions as this doesn't use any new enum syntax (just checks the type).

Still need to add tests (will do later this week).

dg commented 3 years ago

Thanks