Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 4c01735

Browse files
Add support for PHP 8.1 and above
1 parent 99dbeca commit 4c01735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Neuralab/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@
3030
</rule>
3131
<!-- We prefer short arrays -->
3232
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
33+
<!-- Support for PHP 8.1 and above (https://github.com/WordPress/WordPress-Coding-Standards/issues/2035). -->
34+
<ini name="error_reporting" value="E_ALL &#38; ~E_DEPRECATED" />
3335
</ruleset>

0 commit comments

Comments
 (0)