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 196d294 commit 3424156Copy full SHA for 3424156
src/Command/ResetTemplatesCommand.php
@@ -60,10 +60,7 @@ protected function configure()
60
;
61
}
62
63
- /**
64
- * @return int
65
- */
66
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
67
{
68
$indexTemplate = $input->getOption('index');
69
$deleteByPattern = $input->getOption('force-delete');
0 commit comments