Skip to content

Commit

Permalink
Exclude side effects sniff from phpcs ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jan 23, 2018
1 parent 0b2a675 commit d0fbb6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<rule ref="PSR2" >
<!-- Current exclusions -->
<exclude name="PSR1.Methods.CamelCapsMethodName" />
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols" />
</rule>
</ruleset>

0 comments on commit d0fbb6a

Please sign in to comment.