We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ea5ac commit 196d294Copy full SHA for 196d294
src/Command/ResetCommand.php
@@ -48,10 +48,7 @@ protected function configure()
48
;
49
}
50
51
- /**
52
- * @return int
53
- */
54
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
55
{
56
$indexes = (null !== $index = $input->getOption('index')) ? [$index] : \array_keys($this->indexManager->getAllIndexes());
57
$force = (bool) $input->getOption('force');
0 commit comments