Skip to content

Commit 15c31eb

Browse files
Set testVersion to php 5.6
1 parent a507fbd commit 15c31eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpcs.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<?xml version="1.0"?>
22
<ruleset>
3+
<config name="testVersion" value="5.6-"/>
34
<config name="installed_paths" value="vendor/wp-coding-standards/wpcs,vendor/phpcsstandards/phpcsutils,vendor/phpcsstandards/phpcsextra" />
45

5-
<rule ref="WordPress-Core" />
6+
<rule ref="WordPress-Core">
7+
<exclude name="Universal.Operators.StrictComparisons" />
8+
</rule>
69
<rule ref="Generic.Files.LineLength">
710
<properties>
811
<property name="lineLimit" value="100" />

0 commit comments

Comments
 (0)