Skip to content

Commit d1b891a

Browse files
Revert "Suppress CyclomaticComplexity Warning - Discuss with Core Team"
This reverts commit 7e30967.
1 parent 0d42133 commit d1b891a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)