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 54ae0ce commit 4afb99eCopy full SHA for 4afb99e
app/code/Magento/Indexer/Setup/RecurringData.php
@@ -28,8 +28,6 @@ class RecurringData implements InstallDataInterface
28
private $configInterface;
29
30
/**
31
- * RecurringData constructor.
32
- *
33
* @param IndexerFactory $indexerFactory
34
* @param ConfigInterface $configInterface
35
*/
@@ -43,6 +41,7 @@ public function __construct(
43
41
44
42
45
* {@inheritdoc}
+ * @throws \Exception
46
47
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
48
{
0 commit comments