We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f20744 commit 4d516e5Copy full SHA for 4d516e5
CodeatCodingStandard/ruleset.xml
@@ -87,8 +87,8 @@
87
<exclude name="PHPCompatibility.PHP.EmptyNonVariable.Found"/>
88
<exclude name="PHPCompatibility.PHP.NewClosure.Found"/>
89
</rule>
90
- <!-- Check for cross-version support for PHP 7.0 and higher. -->
91
- <config name="testVersion" value="7.0"/>
+ <!-- Check for cross-version support for PHP 7.1 and higher. -->
+ <config name="testVersion" value="7.2"/>
92
<rule ref="WordPress">
93
<exclude name="Generic.Files.LineEndings.InvalidEOLChar"/>
94
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
0 commit comments