Skip to content

Commit

Permalink
Ignored CyclomaticComplexity for upgrade method in schema installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Ortega committed Sep 13, 2023
1 parent 5191895 commit 508d7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Setup/UpgradeSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class UpgradeSchema implements UpgradeSchemaInterface
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.NPathComplexity)
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*/
public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $context)
{
Expand Down

0 comments on commit 508d7ff

Please sign in to comment.