New Features 🎉
- [DX] simplify --debug output to the proccessed file path (#1933)
- [Php80] Handle return match no default on ChangeSwitchToMatchRector (#1949), Thanks @samsonasik!
- [Php80] Handle init in before else on ChangeSwitchToMatchRector (#1952), Thanks @samsonasik!
Bugfixes 🐛
- [Php81] Skip has unset property fetch on ReadOnlyPropertyRector (#1954), Thanks @samsonasik!
- Fix stub PHPUnit\Framework\TestCase (#1954), Thanks @samsonasik!
- [TypeDeclaration] Avoid adding param type in case of different default type (#1956)