Browse Source
Add return value to all commands
Add return value to all commands
Signed-off-by: Joas Schilling <coding@schilljs.com>pull/21597/head
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
79 changed files with 159 additions and 103 deletions
-
2core/Command/App/CheckCode.php
-
2core/Command/App/Disable.php
-
2core/Command/App/Enable.php
-
2core/Command/App/GetPath.php
-
2core/Command/App/Install.php
-
3core/Command/App/ListApps.php
-
2core/Command/App/Remove.php
-
2core/Command/App/Update.php
-
5core/Command/Background/Base.php
-
2core/Command/Broadcast/Test.php
-
2core/Command/Check.php
-
2core/Command/Config/App/DeleteConfig.php
-
2core/Command/Config/App/GetConfig.php
-
2core/Command/Config/App/SetConfig.php
-
5core/Command/Config/Import.php
-
3core/Command/Config/ListConfigs.php
-
2core/Command/Config/System/DeleteConfig.php
-
2core/Command/Config/System/GetConfig.php
-
2core/Command/Config/System/SetConfig.php
-
3core/Command/Db/AddMissingColumns.php
-
3core/Command/Db/AddMissingIndices.php
-
2core/Command/Db/ConvertFilecacheBigInt.php
-
2core/Command/Db/ConvertMysqlToMB4.php
-
5core/Command/Db/ConvertType.php
-
2core/Command/Db/Migrations/ExecuteCommand.php
-
2core/Command/Db/Migrations/GenerateCommand.php
-
2core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php
-
3core/Command/Db/Migrations/MigrateCommand.php
-
3core/Command/Db/Migrations/StatusCommand.php
-
6core/Command/Encryption/ChangeKeyStorageRoot.php
-
10core/Command/Encryption/DecryptAll.php
-
3core/Command/Encryption/Disable.php
-
6core/Command/Encryption/Enable.php
-
6core/Command/Encryption/EncryptAll.php
-
5core/Command/Encryption/ListModules.php
-
6core/Command/Encryption/SetDefaultModule.php
-
3core/Command/Encryption/ShowKeyStorageRoot.php
-
3core/Command/Encryption/Status.php
-
2core/Command/Group/Add.php
-
3core/Command/Group/AddUser.php
-
3core/Command/Group/Delete.php
-
3core/Command/Group/ListCommand.php
-
3core/Command/Group/RemoveUser.php
-
3core/Command/Integrity/CheckApp.php
-
3core/Command/Integrity/CheckCore.php
-
8core/Command/Integrity/SignApp.php
-
8core/Command/Integrity/SignCore.php
-
5core/Command/L10n/CreateJs.php
-
3core/Command/Log/File.php
-
3core/Command/Log/Manage.php
-
3core/Command/Maintenance/DataFingerprint.php
-
2core/Command/Maintenance/Install.php
-
3core/Command/Maintenance/Mimetype/UpdateDB.php
-
3core/Command/Maintenance/Mimetype/UpdateJS.php
-
3core/Command/Maintenance/Mode.php
-
3core/Command/Maintenance/Repair.php
-
2core/Command/Maintenance/UpdateHtaccess.php
-
3core/Command/Maintenance/UpdateTheme.php
-
5core/Command/Security/ImportCertificate.php
-
3core/Command/Security/ListCertificates.php
-
3core/Command/Security/RemoveCertificate.php
-
3core/Command/Security/ResetBruteforceAttempts.php
-
3core/Command/Status.php
-
3core/Command/TwoFactorAuth/Cleanup.php
-
2core/Command/TwoFactorAuth/Disable.php
-
2core/Command/TwoFactorAuth/Enable.php
-
3core/Command/TwoFactorAuth/Enforce.php
-
2core/Command/TwoFactorAuth/State.php
-
2core/Command/Upgrade.php
-
3core/Command/User/Add.php
-
7core/Command/User/Delete.php
-
5core/Command/User/Disable.php
-
5core/Command/User/Enable.php
-
3core/Command/User/Info.php
-
5core/Command/User/LastSeen.php
-
5core/Command/User/ListCommand.php
-
3core/Command/User/Report.php
-
3core/Command/User/ResetPassword.php
-
2core/Command/User/Setting.php
Write
Preview
Loading…
Cancel
Save
Reference in new issue