fix typo in phpcs ruleset comment

See #1279 for discussion.
This commit is contained in:
Chris Montgomery
2015-01-29 09:01:40 -05:00
parent 2ef60f316f
commit 2eaf742c6a

View File

@@ -4,7 +4,7 @@
<!-- Use PSR-2 as a base -->
<rule ref="PSR2">
<!-- Allow closing braces for functions and classes to be on the same line -->
<!-- Allow opening and closing braces for functions and classes to be on the same line -->
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine"/>
<exclude name="PSR2.Classes.ClassDeclaration.OpenBraceNewLine"/>
<exclude name="Squiz.WhiteSpace.ScopeClosingBrace"/>