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.
Updated by Anja Leichsenring over 4 years ago
- Related to Bug #90651: SendEmailCommand::execute does not return an int value as parent class describes added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63557
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63557
Updated by Anja Leichsenring over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2d49debe221149fe8eaade09e415a4e74a88cc9f.
Updated by S P over 4 years ago
- Related to Bug #91872: Core commands do not return int, triggering an error added
Actions