File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 738
738
<severity >0</severity >
739
739
</rule >
740
740
</ruleset >
741
- <ruleset name =" PHPCompatibilityMagento" >
742
- <description >Magento 2 specific ruleset which checks for PHP cross version compatibility.</description >
743
- <rule ref =" PHPCompatibility" >
744
- <exclude name =" PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
745
- </rule >
746
- </ruleset >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <ruleset name =" PHPCompatibilityMagento" >
9
+ <description >Magento 2 specific ruleset which checks for PHP cross version compatibility.</description >
10
+ <rule ref =" ../vendor/phpcompatibility/php-compatibility/PHPCompatibility" >
11
+ <exclude name =" PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound" />
12
+ <exclude name =" PHPCompatibility.FunctionUse.RequiredToOptionalFunctionParameters" />
13
+ <exclude name =" PHPCompatibility.ParameterValues.RemovedPCREModifiers" />
14
+ <exclude name =" PHPCompatibility.InitialValue.NewConstantScalarExpressions" />
15
+ </rule >
16
+ </ruleset >
You can’t perform that action at this time.
0 commit comments