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 08d737f commit 7e30967Copy full SHA for 7e30967
app/code/Magento/Eav/Model/Entity/AbstractEntity.php
@@ -31,6 +31,7 @@
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