Skip to content

Commit 30bbe19

Browse files
committed
AC-2219: Prevented double warning for mb_check_encoding
1 parent 2e02cb9 commit 30bbe19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Magento2/Sniffs/Functions/FunctionsDeprecatedWithoutArgumentSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function process(File $phpcsFile, $stackPtr): void
7575
$stackPtr,
7676
self::WARNING_CODE
7777
);
78+
return;
7879
}
7980

8081
if ($phpcsFile->addFixableWarning(

0 commit comments

Comments
 (0)