File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 761
761
<exclude-pattern >*Test.php</exclude-pattern >
762
762
<exclude-pattern >*/PHPCSUtils/*</exclude-pattern >
763
763
</rule >
764
+
764
765
<rule ref =" Internal.NoCodeFound" >
765
766
<severity >0</severity >
766
767
</rule >
768
+
769
+ <!-- PHPCompatibility configuration. -->
770
+ <config name =" testVersion" value =" 7.4-" />
767
771
<rule ref =" PHPCompatibility" >
768
772
<exclude name =" PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
769
773
<!-- Following sniffs have been updated or renamed in PHPCompatibility 10 -->
772
776
<!-- Following sniffs have an equivalent in PHPCS -->
773
777
<exclude name =" PHPCompatibility.Syntax.ForbiddenCallTimePassByReference" />
774
778
<exclude name =" PHPCompatibility.Keywords.ForbiddenNamesAsDeclared" />
775
- <!-- Check for cross-version support for stated PHP version and higher. -->
776
- <config name =" testVersion" value =" 7.4-" />
777
779
</rule >
778
780
<!--
779
781
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