Derzeitige Inkompatibilität mit Extensions, die symfony command verwenden
AH01071: Got error 'PHP message: PHP Fatal error: Declaration of AAAAA\\BBBBBB\\Command\\CCCCCCommand::execute(Symfony\\Component\\Console\\Input\\InputInterface $input, Symfony\\Component\\Console\\Output\\OutputInterface $output) must be compatible with Symfony\\Component\\Console\\Command\\Command::execute(Symfony\\Component\\Console\\Input\\InputInterface $input, Symfony\\Component\\Console\\Output\\OutputInterface $output): int in ....
Es kommt derzeit aufgrund einer Inkompatibilität zwischen symfony console Paket, TYPO3 12 Core und extensions im composer-Modus. Dieses Problem bekommt man folgendermaßen in den Griff, indem man das console-Paket manuell auf Version 6 einstellt:
composer req symfony/console:^6