Skip to content

Commit ef36a16

Browse files
committed
Update docblock in CronCommand.php
#34117 (comment)
1 parent fae148b commit ef36a16

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/code/Magento/Cron/Console/Command/CronCommand.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function __construct(
6464
}
6565

6666
/**
67-
* {@inheritdoc}
67+
* Configures the current command.
6868
*/
6969
protected function configure()
7070
{
@@ -97,7 +97,11 @@ protected function configure()
9797
/**
9898
* Runs cron jobs if cron is not disabled in Magento configurations
9999
*
100-
* {@inheritdoc}
100+
* @param InputInterface $input
101+
* @param OutputInterface $output
102+
* @return int|void
103+
* @throws \Magento\Framework\Exception\FileSystemException
104+
* @throws \Magento\Framework\Exception\RuntimeException
101105
*/
102106
protected function execute(InputInterface $input, OutputInterface $output)
103107
{

0 commit comments

Comments
 (0)