File tree 2 files changed +4
-0
lines changed
CodeSniffer/Standards/PSR2
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 161
161
<rule ref="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen" />
162
162
<rule ref="Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose" />
163
163
-->
164
+ <rule ref =" Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpenBrace" >
165
+ <severity >0</severity >
166
+ </rule >
164
167
<rule ref =" Squiz.WhiteSpace.ControlStructureSpacing.SpaceBeforeCloseBrace" >
165
168
<severity >0</severity >
166
169
</rule >
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
51
51
-- Thanks to Derek Henderson for the patch
52
52
- Fixed bug #1015 : The Squiz.Commenting.FunctionComment sniff doesn't allow description in @return tag
53
53
-- Thanks to Alexander Obuhovich for the patch
54
+ - Fixed bug #1022 : Duplicate spaces after opening bracket error with PSR2 standard
54
55
- Fixed bug #1025 : Syntax error in JS file can cause undefined index for parenthesis_closer
55
56
</notes >
56
57
<contents >
You can’t perform that action at this time.
0 commit comments