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.
2 parents bbd339c + 0cfc882 commit 8a0a53fCopy full SHA for 8a0a53f
app/code/Magento/Sales/Setup/UpgradeSchema.php
@@ -18,6 +18,8 @@ class UpgradeSchema implements UpgradeSchemaInterface
18
{
19
/**
20
* {@inheritdoc}
21
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
22
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
23
*/
24
public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $context)
25
0 commit comments