- Issue created by @tr
- Merge request !10Issue #3460687 by TR: Update Drush commands for Drush 12 β (Merged) created by tr
- Status changed to Fixed
5 months ago 11:56pm 10 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
See https://www.drush.org/12.x/commands/ for details.
Basic steps that apply to this module are:
Change namespace and class naming according to https://www.drush.org/12.x/commands/#auto-discovered-commands-psr4
Use PHP attributes for Drush command definitions, as per https://www.drush.org/12.x/commands/#attributes-or-annotations
Change class name in drush.services.yml for when class is not autoloaded.
Add use statement for Drush PHP attribute class.
Update Drush command class name in phpstan.neon.
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.