Skip to content

Commit f0fd3f8

Browse files
committed
Fix static analysis
1 parent 80e918d commit f0fd3f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Indexer/Console/Command/IndexerResetStateCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ protected function configure()
3131

3232
/**
3333
* Invalidate / reset the indexer
34+
*
35+
* @param InputInterface $input
36+
* @param OutputInterface $output
37+
* @return int
3438
*/
3539
protected function execute(InputInterface $input, OutputInterface $output)
3640
{

0 commit comments

Comments
 (0)