Skip to content

Released Rector 0.12.19

Compare
Choose a tag to compare
@TomasVotruba TomasVotruba released this 23 Mar 14:23
· 4870 commits to main since this release

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)