File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 164164 <severity >10</severity >
165165 <type >error</type >
166166 </rule >
167+ <rule ref =" PHPCompatibility.FunctionUse.RemovedFunctions" >
168+ <severity >10</severity >
169+ <type >error</type >
170+ </rule >
167171 <!-- Severity 9 warnings: Possible security and issues that may cause bugs. -->
168172 <rule ref =" Generic.Files.ByteOrderMark" >
169173 <severity >9</severity >
761765 <exclude name =" PHPCompatibility.Constants.NewMagicClassConstant.Found" />
762766 <exclude name =" PHPCompatibility.Classes.ForbiddenAbstractPrivateMethods.Found" />
763767 <!-- 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" />
766769 <!-- Check for cross-version support for stated PHP version and higher. -->
767770 <config name =" testVersion" value =" 7.4-" />
768771 </rule >
You can’t perform that action at this time.
0 commit comments