[TASK] Use Command::* constants for return values
Since Symfony 5.x, the Command class offers constants for possible return values to be used in a commands `execute()` method. All commands are adjusted. Resolves: #97912 Releases: main Change-Id: I14f7e13ceb1b10cb21528bb420a6f8c1a20f8ab3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75154 Tested-by:core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- typo3/sysext/backend/Classes/Command/LockBackendCommand.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Command/LockBackendCommand.php
- typo3/sysext/backend/Classes/Command/ReferenceIndexUpdateCommand.php 1 addition, 1 deletion...t/backend/Classes/Command/ReferenceIndexUpdateCommand.php
- typo3/sysext/backend/Classes/Command/ResetPasswordCommand.php 3 additions, 3 deletions...3/sysext/backend/Classes/Command/ResetPasswordCommand.php
- typo3/sysext/backend/Classes/Command/UnlockBackendCommand.php 2 additions, 2 deletions...3/sysext/backend/Classes/Command/UnlockBackendCommand.php
- typo3/sysext/core/Classes/Command/CacheFlushCommand.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Command/CacheFlushCommand.php
- typo3/sysext/core/Classes/Command/CacheWarmupCommand.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Command/CacheWarmupCommand.php
- typo3/sysext/core/Classes/Command/DumpAutoloadCommand.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Command/DumpAutoloadCommand.php
- typo3/sysext/core/Classes/Command/ExtensionListCommand.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Command/ExtensionListCommand.php
- typo3/sysext/core/Classes/Command/ListCommand.php 2 additions, 1 deletiontypo3/sysext/core/Classes/Command/ListCommand.php
- typo3/sysext/core/Classes/Command/SendEmailCommand.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Command/SendEmailCommand.php
- typo3/sysext/core/Classes/Command/SiteListCommand.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Command/SiteListCommand.php
- typo3/sysext/core/Classes/Command/SiteShowCommand.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Command/SiteShowCommand.php
- typo3/sysext/extensionmanager/Classes/Command/ActivateExtensionCommand.php 1 addition, 1 deletion...nsionmanager/Classes/Command/ActivateExtensionCommand.php
- typo3/sysext/extensionmanager/Classes/Command/DeactivateExtensionCommand.php 1 addition, 1 deletion...ionmanager/Classes/Command/DeactivateExtensionCommand.php
- typo3/sysext/extensionmanager/Classes/Command/SetupExtensionsCommand.php 2 additions, 2 deletions...tensionmanager/Classes/Command/SetupExtensionsCommand.php
- typo3/sysext/impexp/Classes/Command/ExportCommand.php 2 additions, 2 deletionstypo3/sysext/impexp/Classes/Command/ExportCommand.php
- typo3/sysext/impexp/Classes/Command/ImportCommand.php 2 additions, 2 deletionstypo3/sysext/impexp/Classes/Command/ImportCommand.php
- typo3/sysext/install/Classes/Command/LanguagePackCommand.php 2 additions, 2 deletionstypo3/sysext/install/Classes/Command/LanguagePackCommand.php
- typo3/sysext/install/Classes/Command/UpgradeWizardListCommand.php 1 addition, 2 deletions...sext/install/Classes/Command/UpgradeWizardListCommand.php
- typo3/sysext/install/Classes/Command/UpgradeWizardRunCommand.php 10 additions, 10 deletions...ysext/install/Classes/Command/UpgradeWizardRunCommand.php
Please register or sign in to comment