Skip to content

Commit 231acd1

Browse files
committed
ACP2E-2037: fix static error
1 parent c1031e2 commit 231acd1

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Eav/Model/Attribute/Data

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/Attribute/Data/Text.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* EAV Entity Attribute Text Data Model
1717
*
1818
* @author Magento Core Team <[email protected]>
19+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
1920
*/
2021
class Text extends \Magento\Eav\Model\Attribute\Data\AbstractData
2122
{

0 commit comments

Comments
 (0)