Skip to content

Commit d2f9cd1

Browse files
author
Yu Tang
committed
MAGETWO-32412: Return additional EAV attributes
- Fix static code test failure
1 parent 16985e1 commit d2f9cd1

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Weee/Model/Attribute/Backend/Weee

1 file changed

+2
-0
lines changed

app/code/Magento/Weee/Model/Attribute/Backend/Weee/Tax.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ public function afterLoad($object)
118118

119119
/**
120120
* {@inheritdoc}
121+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
122+
* @SurpressWarnings(PHPMD.NPathComplexity)
121123
*/
122124
public function afterSave($object)
123125
{

0 commit comments

Comments
 (0)