rector
rector copied to clipboard
Deprecated ReturnTypeWillChangeRector should be reinstated as a downgrade rule
Bug Report
| Subject | Details |
|---|---|
| Rector version | 2.2.8 |
The deprecation of ReturnTypeWillChangeRector no longer leaves a way to add #[\ReturnTypeWillChange] in downgraded code.
See https://github.com/rectorphp/rector-src/pull/7570#issuecomment-3583247151 for details and an example.
Expected Behaviour
The ReturnTypeWillChangeRector functionality should be reinstated as a downgrade rule.