Actions
Bug #90651
closedSendEmailCommand::execute does not return an int value as parent class describes
Start date:
2020-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
vendor/symfony/console/Command/Command.php is the parent class for typo3/sysext/core/Classes/Command/SendEmailCommand.php, and it defines a return value of int (in the docblock), whereas the SendEmailCommand does not return anything.
Composer max stage (and therefor any dependency of codeception version 4) causes now a unit test to fail due to the not provided return value.
Actions