Is there already a rule for this deprecation? #7220
-
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\MyCommand". |
Beta Was this translation helpful? Give feedback.
Answered by
TomasVotruba
Jun 8, 2022
Replies: 2 comments 7 replies
-
The Symfony rules can be found here: https://github.com/rectorphp/rector-symfony/blob/main/docs/rector_rules_overview.md |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
parijke
-
Makes sense. Gonna order it anyways. Tjanks Tomas
Op wo 8 jun. 2022 12:44 schreef Tomas Votruba ***@***.***>:
… Haha, nice one 👏
Try PHP 8.0 upgrade... saved me few lives already.
Yes, we update it every ~6 months with the latest Rector tricks and
configuration tips, and that might be a little trick with paper ;)
—
Reply to this email directly, view it on GitHub
<#7220 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2RBPSSXW3EJMWQ2XE6AWTVOB2NZANCNFSM5YF2VV5Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Symfony rules can be found here: https://github.com/rectorphp/rector-symfony/blob/main/docs/rector_rules_overview.md
Check if there is the one you're looking for 👍