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 e90c59f commit 194f37fCopy full SHA for 194f37f
codeat.xml
@@ -88,8 +88,8 @@
88
<exclude name="PHPCompatibility.PHP.EmptyNonVariable.Found" />
89
<exclude name="PHPCompatibility.PHP.NewClosure.Found" />
90
</rule>
91
- <!-- Check for cross-version support for PHP 5.3 and higher. -->
92
- <config name="testVersion" value="5.6" />
+ <!-- Check for cross-version support for PHP 7.0 and higher. -->
+ <config name="testVersion" value="7.0" />
93
<rule ref="WordPress">
94
<exclude name="Generic.Files.LineEndings.InvalidEOLChar" />
95
<exclude name="Generic.Commenting.DocComment.MissingShort" />
0 commit comments