-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
When doing a 'lando pull' and probably other operations on a Drupal 10 site, it's throwing the following error:
Uncaught TypeError: Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /app/drush/Commands/contrib/drupal_integrations/src/LagoonCommands.php on line 194 and defined in /app/vendor/symfony/process/Process.php:143
It looks like Symfony Process(string) was changed to Process(array). After checking it appears this new signature was intruduced in Symfony 3.4, but recent versions must have removed the old syntax.
PR coming with a fix.
Metadata
Metadata
Assignees
Labels
No labels