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 3424156 commit ee50630Copy full SHA for ee50630
src/Command/SearchCommand.php
@@ -51,10 +51,7 @@ protected function configure()
51
;
52
}
53
54
- /**
55
- * @return int
56
- */
57
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
58
{
59
$indexName = $input->getOption('index');
60
$index = $this->indexManager->getIndex($indexName ?: null);
0 commit comments