Skip to content

Commit

Permalink
Update phpcs.xml
Browse files Browse the repository at this point in the history
This is specifically so that files like classes/CCR/DB/PDODB.php do not error.  If we decide to change at a later date we can remove this.
  • Loading branch information
plessbd authored Jan 25, 2017
1 parent ff61731 commit eda2ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<rule ref="PSR2">
<exclude name="PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket" />
<exclude name="PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose" />
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore" />
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace" />
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace" />
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine" />
Expand Down

0 comments on commit eda2ab1

Please sign in to comment.