Skip to content

Commit 1209868

Browse files
Merge branch 'removed-dependency-for-fileinfo-ext' of https://github.com/konarshankar07/magento2 into removed-dependency-for-fileinfo-ext
2 parents c09a261 + f7503ea commit 1209868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Model/Wysiwyg/Images/Storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @SuppressWarnings(PHPMD.TooManyFields)
2323
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2424
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
25-
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
25+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
2626
*
2727
* @api
2828
* @since 100.0.2

0 commit comments

Comments
 (0)