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.
1 parent 2d537f7 commit 92cd33cCopy full SHA for 92cd33c
phpcompat.xml.dist
@@ -114,4 +114,12 @@
114
<exclude-pattern>/sodium_compat/src/PHP52/SplFixedArray\.php$</exclude-pattern>
115
</rule>
116
117
+ <!--
118
+ Excluded while waiting for PHPCompatibility v10.
119
+ See <https://github.com/PHPCompatibility/PHPCompatibility/issues/1481>.
120
+ -->
121
+ <rule ref="PHPCompatibility.FunctionDeclarations.NewClosure.ThisFoundOutsideClass">
122
+ <exclude-pattern>/src/wp-includes/script-loader\.php$</exclude-pattern>
123
+ </rule>
124
+
125
</ruleset>
0 commit comments