File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 761761 <exclude-pattern >*Test.php</exclude-pattern >
762762 <exclude-pattern >*/PHPCSUtils/*</exclude-pattern >
763763 </rule >
764+
764765 <rule ref =" Internal.NoCodeFound" >
765766 <severity >0</severity >
766767 </rule >
768+
769+ <!-- PHPCompatibility configuration. -->
770+ <config name =" testVersion" value =" 7.4-" />
767771 <rule ref =" PHPCompatibility" >
768772 <exclude name =" PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
769773 <!-- Following sniffs have been updated or renamed in PHPCompatibility 10 -->
772776 <!-- Following sniffs have an equivalent in PHPCS -->
773777 <exclude name =" PHPCompatibility.Syntax.ForbiddenCallTimePassByReference" />
774778 <exclude name =" PHPCompatibility.Keywords.ForbiddenNamesAsDeclared" />
775- <!-- Check for cross-version support for stated PHP version and higher. -->
776- <config name =" testVersion" value =" 7.4-" />
777779 </rule >
778780 <!--
779781 All these rules belong to the unreleased PhpCompatibility 10. Remove them once PHPCompatibility is
You can’t perform that action at this time.
0 commit comments