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 0d42133 commit d1b891aCopy full SHA for d1b891a
app/code/Magento/Eav/Model/Entity/AbstractEntity.php
@@ -31,7 +31,6 @@
31
* @SuppressWarnings(PHPMD.TooManyFields)
32
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
33
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
34
- * @SuppressWarnings(PHPMD.CyclomaticComplexity)
35
*/
36
abstract class AbstractEntity extends AbstractResource implements EntityInterface, DefaultAttributesProvider
37
{
0 commit comments