Skip to content

Released Rector 2.4.2

Latest

Choose a tag to compare

@samsonasik samsonasik released this 16 Apr 13:08
· 1 commit to main since this release

New Features 🥳

  • Add some symfony/polyfill support (#7965), Thanks @sreichel!
  • [DeadCode] Allow remove useless @ var on aliased object on RemoveUselessVarTagRector (#7967)

Bugfixes 🐛

  • [Php81] Handle crash on normal array with variadic inside class on ArrayToFirstClassCallableRector (#7966)
  • [CodeQuality] Skip possibly undefined variable on CoalesceToTernaryRector (#7968)
  • [Php70] Allow is_null() conversion on TernaryToNullCoalescingRector with parentheses handling (#7969)
  • Bump to PHPStan ^2.1.47 (#7970)
  • Bump to PHPStan ^2.1.48 (#7971)

rectorphp/rector-symfony 🎵

  • Fix unit test due to new PHPStan release (#931)