Skip to content

Commit 07a8685

Browse files
MC-25269: Upgrade from 2.3.x CE with SD to 2.3.x EE fails
- fix static failures
1 parent 004dcf1 commit 07a8685

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Indexer/Setup/Recurring.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
use Magento\Indexer\Model\ResourceModel\Indexer\State\CollectionFactory;
2121

2222
/**
23+
* Indexer recurring setup
24+
*
2325
* @codeCoverageIgnore
2426
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2527
*/
@@ -84,7 +86,7 @@ public function __construct(
8486
}
8587

8688
/**
87-
* {@inheritdoc}
89+
* @inheritdoc
8890
*/
8991
public function install(SchemaSetupInterface $setup, ModuleContextInterface $context)
9092
{

0 commit comments

Comments
 (0)