Actions
Task #90652
closedCommands should return an integer value based on their success
Start date:
2020-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The parent class Symfony\Component\Console\Command\Comand defines a return value of type int, but the extending classes in the core do not follow this schema.
Actions