File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 175
175
<exclude name =" SlevomatCodingStandard.ControlStructures.DisallowEmpty.DisallowedEmpty" />
176
176
<exclude name =" SlevomatCodingStandard.ControlStructures.NewWithParentheses.MissingParentheses" />
177
177
<exclude name =" SlevomatCodingStandard.ControlStructures.DisallowYodaComparison.DisallowedYodaComparison" />
178
+ <exclude name =" SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing.IncorrectLinesCountAfterLastControlStructure" />
178
179
<exclude name =" SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFullyQualifiedName" />
179
180
<exclude name =" SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces.NonFullyQualified" />
180
181
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants.NonFullyQualified" />
181
182
<exclude name =" SlevomatCodingStandard.Numbers.RequireNumericLiteralSeparator.RequiredNumericLiteralSeparator" />
182
183
<exclude name =" SlevomatCodingStandard.Functions.TrailingCommaInCall.MissingTrailingComma" />
183
184
<exclude name =" SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable.DisallowedSuperGlobalVariable" />
185
+ <exclude name =" SlevomatCodingStandard.Commenting.RequireOneLineDocComment.MultiLineDocComment" />
186
+ <exclude name =" SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment" />
184
187
</rule >
185
188
<!-- Require php 7.1 as minimum for object that is not support on php 7.1 below -->
186
189
<rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
You can’t perform that action at this time.
0 commit comments