Skip to content

Commit 3424156

Browse files
authored
Add return type to Command::execute()
1 parent 196d294 commit 3424156

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Command/ResetTemplatesCommand.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ protected function configure()
6060
;
6161
}
6262

63-
/**
64-
* @return int
65-
*/
66-
protected function execute(InputInterface $input, OutputInterface $output)
63+
protected function execute(InputInterface $input, OutputInterface $output): int
6764
{
6865
$indexTemplate = $input->getOption('index');
6966
$deleteByPattern = $input->getOption('force-delete');

0 commit comments

Comments
 (0)