Skip to content

Commit

Permalink
Fixing multi line function call syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Nov 23, 2015
1 parent 282488f commit 6f78655
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 @@ -8,6 +8,7 @@
<exclude name="PEAR.WhiteSpace.ScopeIndent.IncorrectExact" />
<exclude name="PEAR.NamingConventions.ValidVariableName.PrivateNoUnderscore" />
<exclude name="PEAR.NamingConventions.ValidFunctionName.PrivateNoUnderscore" />
<exclude name="PEAR.Functions.FunctionCallSignature.Indent" />
</rule>
<rule ref="PSR2" />
<rule ref="Generic.Files.LineLength">
Expand Down

0 comments on commit 6f78655

Please sign in to comment.