Looks like there is an incompatibility with the latest changes of Symfony, because they added return types in its functions.
Fatal error: Declaration of Dmitryd\DdDeepl\Command\ManageDeeplGlossariesCommand::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 ../vendor/dmitryd/dd-deepl/Classes/Command/ManageDeeplGlossariesCommand.php on line 88
This is one of the errors. All inherited functions probably need to be changed.
Would be great if there will be a fix soon.
After updating my packages also the Symfony packages where updated.
Looks like there is an incompatibility with the latest changes of Symfony, because they added return types in its functions.
This is one of the errors. All inherited functions probably need to be changed. Would be great if there will be a fix soon.