Skip to content

Commit da7e755

Browse files
committed
- 0.2.0 release.
- removed the PHPCompatibility as rule - which is too specific.
1 parent 8814a3a commit da7e755

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Inpsyde/ruleset.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
<!-- Check for cross-version support for PHP 7.0 and higher. -->
77
<config name="testVersion" value="7.0-"/>
88

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-
149
<!-- Allow . in hook names -->
1510
<rule ref="WordPress.NamingConventions.ValidHookName">
1611
<properties>

0 commit comments

Comments
 (0)