Skip to content

Commit

Permalink
Merge pull request #52 from geerteltink/fix/double-rule-reference
Browse files Browse the repository at this point in the history
Remove double referenced rule
  • Loading branch information
geerteltink committed Oct 25, 2020
2 parents c219de0 + 7ed89a9 commit b4a4987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaminasCodingStandard/ruleset.xml
Expand Up @@ -797,6 +797,7 @@
<exclude name="Squiz.Commenting.FunctionComment.TypeHintMissing"/>
<!-- May use excessive whitespace to align comments after parameter names -->
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamName"/>
<!-- Adds space between intersection types -->
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
</rule>

Expand All @@ -808,7 +809,6 @@
</properties>
</rule>
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint"/>
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
<exclude name="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint"/>
<exclude name="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification"/>
Expand Down

0 comments on commit b4a4987

Please sign in to comment.