Skip to content

Commit a8ec393

Browse files
committed
magento/magento#21424 static-test-fix
1 parent e79e57b commit a8ec393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Setup/EavSetup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ public function addAttributeGroup($entityTypeId, $setId, $name, $sortOrder = nul
577577
if (empty($data['attribute_group_code'])) {
578578
if (empty($attributeGroupCode)) {
579579
// in the following code md5 is not used for security purposes
580+
// phpcs:disable Magento2.Security.InsecureFunction
580581
$attributeGroupCode = md5($name);
581582
}
582583
$data['attribute_group_code'] = $attributeGroupCode;

0 commit comments

Comments
 (0)