We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 820bf1d + b1c0688 commit f9d971aCopy full SHA for f9d971a
1 file changed
PHPCompatibilityParagonieSodiumCompat/ruleset.xml
@@ -184,5 +184,8 @@
184
<rule ref="PHPCompatibility.FunctionUse.NewFunctions.sodium_memzeroFound">
185
<exclude-pattern>/sodium_compat/src/Compat\.php$</exclude-pattern>
186
</rule>
187
+ <rule ref="PHPCompatibility.IniDirectives.RemovedIniDirectives.mbstring_func_overloadDeprecated">
188
+ <exclude-pattern>/sodium_compat/src/Core/Util\.php$</exclude-pattern>
189
+ </rule>
190
191
</ruleset>
0 commit comments