diff options
Diffstat (limited to 'core/Command/TwoFactorAuth/Disable.php')
-rw-r--r-- | core/Command/TwoFactorAuth/Disable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/TwoFactorAuth/Disable.php b/core/Command/TwoFactorAuth/Disable.php index 128699a3970..b4f1b1b2822 100644 --- a/core/Command/TwoFactorAuth/Disable.php +++ b/core/Command/TwoFactorAuth/Disable.php @@ -52,7 +52,7 @@ class Disable extends Base { $this->addArgument('provider_id', InputArgument::REQUIRED); } - protected function execute(InputInterface $input, OutputInterface $output) { + protected function execute(InputInterface $input, OutputInterface $output): int { $uid = $input->getArgument('uid'); $providerId = $input->getArgument('provider_id'); $user = $this->userManager->get($uid); |