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
Describe the bug
Getting Fatal error whenever I run any command after upgrading to Drush 13 -
Fatal error: Declaration of Consolidation\SiteProcess\ProcessManagerAwareTrait::processManager() must be compatible with Drush\Commands\DrushCommands::processManager(): Drush\SiteAlias\ProcessManager in /code/vendor/consolidation/site-process/src/ProcessManagerAwareTrait.php on line 22
To Reproduce
Upgrade from drush 12 to 13
Expected behavior
Expected drush 13 to work smoothly.
Describe the bug
Getting Fatal error whenever I run any command after upgrading to Drush 13 -
Fatal error: Declaration of Consolidation\SiteProcess\ProcessManagerAwareTrait::processManager() must be compatible with Drush\Commands\DrushCommands::processManager(): Drush\SiteAlias\ProcessManager in /code/vendor/consolidation/site-process/src/ProcessManagerAwareTrait.php on line 22
To Reproduce
Upgrade from drush 12 to 13
Expected behavior
Expected drush 13 to work smoothly.
Workaround
I had to update this line manually and ensure it matches with https://github.com/consolidation/site-process/blob/main/src/ProcessManagerAwareTrait.php#L22
https://github.com/drush-ops/drush/blob/13.3.3/src/Commands/DrushCommands.php#L151
System Configuration
The text was updated successfully, but these errors were encountered: