Removed 💀
- [DeadCode] Skip property not exists on RemoveTypedPropertyDeadInstanceOfRector (#4481)
- [CodeQuality][Php80] Handle infite loop swap params on RemoveUnusedVariableInCatchRector + OptionalParametersAfterRequiredRector (#4484)
Bugfixes 🐛
- fix(rules): Skip readonly classes from restoring default null value. (#4479), Thanks @scyzoryck!
- [Php80] Handle crash on ClassOnObjectRector + GetDebugTypeRector (#4483)
- [Strict] Fix DisallowedEmptyRuleFixerRector on empty string isset (#4485)
- Fix StrictArrayParamDimFetchRector on
is_*
calls (#4486), Thanks @staabm! - Fix trait rename in Php4ConsturctorRector (#4487)
- Fix StrictArrayParamDimFetchRector on same named property (#4488), Thanks @staabm!