You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just had a look at this to see if I could help out, but it's more involved than I'd hoped. You might already be well on top of this, but thought I should write up some of the required changes I found in case it's helpful:
rector/rector also has a PHPStan dependency and doesn't support v2.0 yet, so it'll have to wait for that (or drop the dependency, I suppose)
The final array_map of NoConstructorParameterWithDefaultValueRule returns string[] rather than Rules\RuleError[]: the sprintf just needs to be wrapped in a RuleBuilder like elsewhere
phpstan 2.0 was just released:
The text was updated successfully, but these errors were encountered: