Update to Symfony 7

This commit is contained in:
Alejandro Celaya
2024-02-17 10:46:29 +01:00
parent c0a77b790d
commit 95ea64980b
25 changed files with 35 additions and 34 deletions

View File

@@ -31,7 +31,7 @@ class DisableKeyCommand extends Command
->addArgument('apiKey', InputArgument::REQUIRED, 'The API key to disable');
}
protected function execute(InputInterface $input, OutputInterface $output): ?int
protected function execute(InputInterface $input, OutputInterface $output): int
{
$apiKey = $input->getArgument('apiKey');
$io = new SymfonyStyle($input, $output);