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 5e5327a + 98eb54c commit 19c6a14Copy full SHA for 19c6a14
PHPCompatibilityWP/ruleset.xml
@@ -31,8 +31,13 @@
31
<exclude name="PHPCompatibility.FunctionUse.NewFunctions.spl_autoload_functionsFound"/>
32
</rule>
33
34
- <!-- Contained in /wp-includes/random_compat/ -->
35
- <rule ref="PHPCompatibilityParagonieRandomCompat"/>
+ <!--
+ The ParagonieSodiumCompat ruleset includes the ParagonieRandomCompat ruleset.
36
+
37
+ RancomCompat is contained in /wp-includes/random_compat/ since WP 4.4.0
38
+ SodiumCompat is contained in /wp-includes/sodium_compat/ since WP 5.2.0
39
+ -->
40
+ <rule ref="PHPCompatibilityParagonieSodiumCompat"/>
41
42
<!-- Whitelist the WP Core mysql_to_rfc3339() function. -->
43
<rule ref="PHPCompatibility.Extensions.RemovedExtensions">
0 commit comments