Skip to content

Commit 7d1e34e

Browse files
committed
magento/magento#23005 static-test-fix
1 parent ec3c340 commit 7d1e34e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/MediaStorage/Service/ImageResize.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ private function getUniqueImageIndex(array $imageData): string
228228
{
229229
ksort($imageData);
230230
unset($imageData['type']);
231+
// phpcs:disable Magento2.Security.InsecureFunction
231232
return md5(json_encode($imageData));
232233
}
233234

0 commit comments

Comments
 (0)