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 004dcf1 commit 07a8685Copy full SHA for 07a8685
app/code/Magento/Indexer/Setup/Recurring.php
@@ -20,6 +20,8 @@
20
use Magento\Indexer\Model\ResourceModel\Indexer\State\CollectionFactory;
21
22
/**
23
+ * Indexer recurring setup
24
+ *
25
* @codeCoverageIgnore
26
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27
*/
@@ -84,7 +86,7 @@ public function __construct(
84
86
}
85
87
88
- * {@inheritdoc}
89
+ * @inheritdoc
90
91
public function install(SchemaSetupInterface $setup, ModuleContextInterface $context)
92
{
0 commit comments