File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1919 <exclude name =" Squiz.Commenting.FunctionComment.MissingParamTag" />
2020 <exclude name =" Squiz.Commenting.FunctionComment.ParamNameNoMatch" />
2121 <exclude name =" Squiz.PHP.Heredoc.NotAllowed" />
22+
23+ <!-- These exclude configs can be dropped once PHP 7.4 support is dropped -->
24+ <exclude name =" SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment" />
25+ <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword.NonFullyQualifiedExtends" />
26+ <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword.NonFullyQualifiedImplements" />
27+ <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword.NonFullyQualifiedUse" />
28+ <exclude name =" SlevomatCodingStandard.TypeHints.DeclareStrictTypes.IncorrectWhitespaceBetweenOpenTagAndDeclare" />
2229 </rule >
2330 <rule ref =" SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" >
2431 <properties >
You can’t perform that action at this time.
0 commit comments