| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-28 | 1.7 kB | |
| Released Rector 2.3.5 source code.tar.gz | 2026-01-28 | 2.0 MB | |
| Released Rector 2.3.5 source code.zip | 2026-01-28 | 4.4 MB | |
| Totals: 3 Items | 6.4 MB | 0 | |
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