Skip to content

Released Rector 0.18.0 with Laravel container ⚡️

Compare
Choose a tag to compare
@TomasVotruba TomasVotruba released this 17 Aug 13:07
· 1236 commits to main since this release

New Features and Changes 🥳

  • [DI] Switch container to Laravel - final step 🥳 (#4698)
    • do you use $rectorConfig->import('src/*'); with mask?
    • this is removed now, use explicit real paths instead
  • [DI] Remove symfony/dependency-injection dependency (#4796)
  • [DI] Add symfony config BC warnings layer, to inform about an upgrade (#4800)
  • Add possibility to add multiple phpstan configs (#4798), Thanks @alexander-schranz!
  • [DX] Make use of addParameter() (#4801)
  • Add deprecation warning for FileProcessorInterface (#4808)

Bugfixes 🐛

  • [DeadCode] Handle duplicated annotation on space before close parentheses on RemoveUselessParamTagRector (#4795)
  • Fix skip() Rector class, make container forget it comleteely (#4807)