File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 164
164
<severity >10</severity >
165
165
<type >error</type >
166
166
</rule >
167
+ <rule ref =" PHPCompatibility.FunctionUse.RemovedFunctions" >
168
+ <severity >10</severity >
169
+ <type >error</type >
170
+ </rule >
167
171
<!-- Severity 9 warnings: Possible security and issues that may cause bugs. -->
168
172
<rule ref =" Generic.Files.ByteOrderMark" >
169
173
<severity >9</severity >
761
765
<exclude name =" PHPCompatibility.Constants.NewMagicClassConstant.Found" />
762
766
<exclude name =" PHPCompatibility.Classes.ForbiddenAbstractPrivateMethods.Found" />
763
767
<!-- Following sniffs have an equivalent in PHPCS -->
764
- <exclude name =" PHPCompatibility.Syntax.ForbiddenCallTimePassByReference.Deprecated" />
765
- <exclude name =" PHPCompatibility.Syntax.ForbiddenCallTimePassByReference.NotAllowed" />
768
+ <exclude name =" PHPCompatibility.Syntax.ForbiddenCallTimePassByReference" />
766
769
<!-- Check for cross-version support for stated PHP version and higher. -->
767
770
<config name =" testVersion" value =" 7.4-" />
768
771
</rule >
You can’t perform that action at this time.
0 commit comments