[TASK] Let all Commands return an int value
The parent class states an integer value is returned, but most core commands did not follow that rule. Now they got according return statements to fulfill that contract. Resolves: #90652 Releases: master Change-Id: I58ad434404ce3537a4eb7ae34b88884b6962047f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63557 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
Showing
- typo3/sysext/backend/Classes/Command/LockBackendCommand.php 2 additions, 0 deletionstypo3/sysext/backend/Classes/Command/LockBackendCommand.php
- typo3/sysext/backend/Classes/Command/ReferenceIndexUpdateCommand.php 2 additions, 0 deletions...t/backend/Classes/Command/ReferenceIndexUpdateCommand.php
- typo3/sysext/backend/Classes/Command/UnlockBackendCommand.php 4 additions, 2 deletions...3/sysext/backend/Classes/Command/UnlockBackendCommand.php
- typo3/sysext/core/Classes/Command/DumpAutoloadCommand.php 1 addition, 0 deletionstypo3/sysext/core/Classes/Command/DumpAutoloadCommand.php
- typo3/sysext/core/Classes/Command/ExtensionListCommand.php 1 addition, 0 deletionstypo3/sysext/core/Classes/Command/ExtensionListCommand.php
- typo3/sysext/core/Classes/Command/SiteShowCommand.php 1 addition, 0 deletionstypo3/sysext/core/Classes/Command/SiteShowCommand.php
- typo3/sysext/extensionmanager/Classes/Command/ActivateExtensionCommand.php 1 addition, 0 deletions...nsionmanager/Classes/Command/ActivateExtensionCommand.php
- typo3/sysext/extensionmanager/Classes/Command/DeactivateExtensionCommand.php 1 addition, 0 deletions...ionmanager/Classes/Command/DeactivateExtensionCommand.php
- typo3/sysext/impexp/Classes/Command/ImportCommand.php 2 additions, 0 deletionstypo3/sysext/impexp/Classes/Command/ImportCommand.php
- typo3/sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php 2 additions, 0 deletions...sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php
- typo3/sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php 2 additions, 0 deletions...sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php
- typo3/sysext/lowlevel/Classes/Command/FilesWithMultipleReferencesCommand.php 2 additions, 0 deletions...el/Classes/Command/FilesWithMultipleReferencesCommand.php
- typo3/sysext/lowlevel/Classes/Command/ListSysLogCommand.php 2 additions, 0 deletionstypo3/sysext/lowlevel/Classes/Command/ListSysLogCommand.php
- typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php 2 additions, 0 deletionstypo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php
- typo3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php 2 additions, 0 deletions...3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php
- typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php 2 additions, 0 deletions...sext/lowlevel/Classes/Command/MissingRelationsCommand.php
- typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php 2 additions, 0 deletions.../sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php
- typo3/sysext/redirects/Classes/Command/CheckIntegrityCommand.php 3 additions, 1 deletion...ysext/redirects/Classes/Command/CheckIntegrityCommand.php
- typo3/sysext/workspaces/Classes/Command/AutoPublishCommand.php 2 additions, 0 deletions.../sysext/workspaces/Classes/Command/AutoPublishCommand.php
- typo3/sysext/workspaces/Classes/Command/CleanupPreviewLinksCommand.php 2 additions, 0 deletions...workspaces/Classes/Command/CleanupPreviewLinksCommand.php
Please register or sign in to comment