You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Symfony 6.1, I've got this notification in my logs:
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\NotificationCommand" class instead.
I'd the great if Rector can refactor commands with static $defaultName and static $defaultDescription.
The text was updated successfully, but these errors were encountered:
As of Symfony 6.1, I've got this notification in my logs:
I'd the great if Rector can refactor commands with
static $defaultName
andstatic $defaultDescription
.The text was updated successfully, but these errors were encountered: