Skip to content

Commit

Permalink
exclude function spacing that has separate code for last line
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Dec 20, 2018
1 parent 46325c3 commit e958485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Consistence/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
<rule ref="Squiz.WhiteSpace.FunctionOpeningBraceSpace"/>
<rule ref="Squiz.WhiteSpace.FunctionSpacing">
<exclude name="Squiz.WhiteSpace.FunctionSpacing.After"/><!-- does not allow PHPUnit ignore comments -->
<exclude name="Squiz.WhiteSpace.FunctionSpacing.AfterLast"/><!-- does not allow PHPUnit ignore comments -->
<properties>
<property name="spacing" value="1"/>
</properties>
Expand Down

0 comments on commit e958485

Please sign in to comment.