Released Rector 2.3.5
New Features :partying_face:
- feat: create new
SafeDeclareStrictTypesRector(#7814), Thanks @calebdw!
Bugfixes :bug:
- Fix ArrayItem scope filling on Foreach_ value (#7858)
- Fix use of deprecated Node\Expr\ArrayItem over Node\ArrayItem (#7859)
- make PropertyFetchFinder more generic (to be used in rector-phpunit) (#7860)
- Fix arrow function scope search in BetterNodeFinder (#7861)
rectorphp/rector-symfony :musical_note:
- Rename Annotation\Route attributes to Attribute\Route on Symfony 7.x (#917), Thanks @mickverm
rectorphp/rector-doctrine :orange_circle:
- [ODM 2.16] Rename 'Doctrine\ODM\MongoDB\Mapping\Annotations' namespace to 'Doctrine\ODM\MongoDB\Mapping\Attribute' (#477), Thanks @mickverm