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 0805bf8 commit cf9ea5bCopy full SHA for cf9ea5b
app/code/Magento/SalesSequence/Setup/InstallData.php renamed to app/code/Magento/SalesSequence/Setup/RecurringData.php
@@ -14,11 +14,9 @@
14
use Magento\SalesSequence\Model\EntityPool;
15
16
/**
17
- * Class InstallData
18
- * @SuppressWarnings(PHPMD.CyclomaticComplexity)
19
- * @codeCoverageIgnore
+ * Recurring data upgrade for SalesSequence module.
20
*/
21
-class InstallData implements InstallDataInterface
+class RecurringData implements InstallDataInterface
22
{
23
24
* Sales setup factory
@@ -54,7 +52,6 @@ public function __construct(
54
52
55
53
56
* {@inheritdoc}
57
- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
58
59
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
60
0 commit comments