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 175175 <exclude name =" SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified" />
176176 <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants.NonFullyQualified" />
177177 <exclude name =" SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator.RequiredNumericLiteralSeparator" />
178+ <exclude name =" SlevomatCodingStandard.Functions.TrailingCommaInCall.MissingTrailingComma" />
179+ </rule >
180+ <!-- Require php 7.1 as minimum for object that is not support on php 7.1 below -->
181+ <rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
182+ <properties >
183+ <property name =" enableObjectTypeHint" value =" false" />
184+ </properties >
178185 </rule >
179186</ruleset >
You can’t perform that action at this time.
0 commit comments