-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace doctrine's deprecated fetchAll() with the new methods #260
Comments
We don't plan to add this feature now. There is a similar rule that does inversed work: https://github.com/rectorphp/rector/blob/master/docs/rector_rules_overview.md#methodcalltoanothermethodcallwithargumentsrector Inversing the flow should do the work. Contribution is welcomed 👍 |
Closing as out of our scope. |
@TomasVotruba why? Isn't it a valid feature request? |
We're open to contribution of this, but our main focus is on delivering of Rector on lower PHP versions. That's where most project suffer, on PHP 7.1 or even 5.6. Having Rector as composer package in 5.6 helps these projects that really suffer from upgrading. |
I'm looking into this as currently upgrading such a project. |
Feature Request
Replace doctrine's deprecated fetchAll() with the new methods.
Use fetchAllNumeric(), fetchAllAssociative() or fetchFirstColumn() instead.
Diff
The text was updated successfully, but these errors were encountered: