Skip to content

Commit 194f37f

Browse files
committed
bump php to 7
1 parent e90c59f commit 194f37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeat.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
<exclude name="PHPCompatibility.PHP.EmptyNonVariable.Found" />
8989
<exclude name="PHPCompatibility.PHP.NewClosure.Found" />
9090
</rule>
91-
<!-- Check for cross-version support for PHP 5.3 and higher. -->
92-
<config name="testVersion" value="5.6" />
91+
<!-- Check for cross-version support for PHP 7.0 and higher. -->
92+
<config name="testVersion" value="7.0" />
9393
<rule ref="WordPress">
9494
<exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
9595
<exclude name="Generic.Commenting.DocComment.MissingShort" />

0 commit comments

Comments
 (0)