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 fae148b commit ef36a16Copy full SHA for ef36a16
app/code/Magento/Cron/Console/Command/CronCommand.php
@@ -64,7 +64,7 @@ public function __construct(
64
}
65
66
/**
67
- * {@inheritdoc}
+ * Configures the current command.
68
*/
69
protected function configure()
70
{
@@ -97,7 +97,11 @@ protected function configure()
97
98
* Runs cron jobs if cron is not disabled in Magento configurations
99
*
100
+ * @param InputInterface $input
101
+ * @param OutputInterface $output
102
+ * @return int|void
103
+ * @throws \Magento\Framework\Exception\FileSystemException
104
+ * @throws \Magento\Framework\Exception\RuntimeException
105
106
protected function execute(InputInterface $input, OutputInterface $output)
107
0 commit comments