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 8814a3a commit da7e755Copy full SHA for da7e755
Inpsyde/ruleset.xml
@@ -6,11 +6,6 @@
6
<!-- Check for cross-version support for PHP 7.0 and higher. -->
7
<config name="testVersion" value="7.0-"/>
8
9
- <rule ref="PHPCompatibility">
10
- <!-- With PHP 7 or higher, these keywords actually are valid function names. https://github.com/wimg/PHPCompatibility/issues/515 -->
11
- <exclude name="PHPCompatibility.PHP.ForbiddenNamesAsInvokedFunctions"/>
12
- </rule>
13
-
14
<!-- Allow . in hook names -->
15
<rule ref="WordPress.NamingConventions.ValidHookName">
16
<properties>
0 commit comments