We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ebea0 commit 57252dbCopy full SHA for 57252db
1 file changed
codeat.xml
@@ -175,5 +175,12 @@
175
<exclude name="SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified" />
176
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants.NonFullyQualified" />
177
<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>
185
</rule>
186
</ruleset>
0 commit comments