Question
- projects min-version is php 8.1
- symfony/polyfill up to 8.5 installed
I'd like to add some rule to prepare for next update, e.g. adding some php-attributes ...
#[\Deprecated]
#[\Override]
- ...
I'v added related rules for it, but nothing changes.
But another rule thats included, Php85\ArrayDimFetch\ArrayFirstLastRector::class runs.
Whats the difference?