Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
composer
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2026 at 15:23 UTC
Updated:
2 Mar 2026 at 16:56 UTC
Jump to comment: Most recent
Discovered in #3570077: Update to Symfony 8
Symfony\Component\Console\Command\Command::configure() has a return type added in Symfony 8, not sure why this wasn't detected earlier via DebugClassLoader (the docblock was present in Symfony 7) but we can fix it in Drupal 11.
Add void return type to Command::configure() implementations.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
longwaveComment #4
mondrakeSeems straightforward to me.
Comment #7
catchCommitted/pushed to main and 11.x, thanks!