8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This PR adds handling for Symfony's deprecated $defaultName property on console commands in the upcoming Symfony 6.1 release. To mitigate deprecation notices we'll need to implement the new AsCommand attribute that ships with Symfony v6.
$defaultName
AsCommand
See the related Symfony PR: symfony/symfony#45361 And issue: symfony/symfony#43600
Merging this into master will fix our failing tests there. After this is merged on master, I'll take the additional step to remove all $defaultName properties.
We'll also need to do this for all first party libraries that make use of the $defaultName property. Additionally, all apps and packages that make use of the $defaultName property will need to migrate to this new syntax.
Sorry, something went wrong.
Ha 8000 ndle Symfony defaultName deprecation
cf385da
Apply fixes from StyleCI
4e1a612
wip
9ebd937
a9cf842
d2fb4a7
Jubeki Jubeki left review comments
adideas adideas left review comments
Successfully merging this pull request may close these issues.