Merge pull request #1295 from montchr/phpcs-typo-fix
Fix typo in PHPCS ruleset comment
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user