Skip to content

Commit

Permalink
Changing the rules a bit to make them easier to work with (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltertamboer committed Jan 16, 2019
1 parent c5a8af1 commit c088a6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PolderKnowledge/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
<description>The Polder Knowledge coding standards.</description>

<rule ref="Doctrine">
<exclude name="Generic.Formatting.MultipleStatementAlignment"/>
<exclude name="Generic.Formatting.SpaceAfterNot"/>
</rule>

<rule ref="Squiz.Commenting.FunctionComment">
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
</rule>

<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing">
<properties>
<property name="spacesCountBeforeColon" value="0"/>
Expand Down

0 comments on commit c088a6f

Please sign in to comment.