Skip to content

Commit 7e30967

Browse files
Suppress CyclomaticComplexity Warning - Discuss with Core Team
1 parent 08d737f commit 7e30967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/Entity/AbstractEntity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* @SuppressWarnings(PHPMD.TooManyFields)
3232
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
3333
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
34+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
3435
*/
3536
abstract class AbstractEntity extends AbstractResource implements EntityInterface, DefaultAttributesProvider
3637
{

0 commit comments

Comments
 (0)