Closed samsonasik closed 7 months ago
Ready to merge 👍
Would this error be detected by a php lint CI job?
If so, would be great to add such github actions
On rector-src, we use list of classes as preload, and error detected early.
I compared to php-parser v5, it seems null
default value is not exists, so I think this is solution with remove default null.
I don't question your fix. was only thinking about some CI tooling for this PR here to make sure we can detect such errors in the future earlier
I don't see the deprecation warning printed on the PHP 8.2 and PHP 8.3 CI jobs at all -- I wonder why that is. I do see it when running with these versions locally.
Fixes https://github.com/nikic/PHP-Parser/issues/986