Skip to content

Commit 1c135e4

Browse files
author
Yu Tang
committed
MAGETWO-32412: Return additional EAV attributes
- Fix typo
1 parent d2f9cd1 commit 1c135e4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function afterLoad($object)
119119
/**
120120
* {@inheritdoc}
121121
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
122-
* @SurpressWarnings(PHPMD.NPathComplexity)
122+
* @SuppressWarnings(PHPMD.NPathComplexity)
123123
*/
124124
public function afterSave($object)
125125
{

0 commit comments

Comments
 (0)