Bug #90651
closedSendEmailCommand::execute does not return an int value as parent class describes
100%
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.
Updated by Anja Leichsenring over 4 years ago
- Related to Task #90627: Use codeception 4 for acceptance tests 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/+/63556
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/+/63556
Updated by Anja Leichsenring over 4 years ago
- Related to Task #90652: Commands should return an integer value based on their success added
Updated by Anja Leichsenring over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 73adc4c859fee05bc06707b9b68e305454dd590d.