@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14
14
15
15
<active>yes</active>
16
16
</lead>
17
- <date>2021-10-11 </date>
18
- <time>14:58 :00</time>
17
+ <date>2021-12-13 </date>
18
+ <time>08:44 :00</time>
19
19
<version>
20
20
<release>3.6.2</release>
21
21
<api>3.6.2</api>
@@ -2217,6 +2217,42 @@ http://pear.php.net/dtd/package-2.0.xsd">
2217
2217
</filelist>
2218
2218
</phprelease>
2219
2219
<changelog>
2220
+ <release>
2221
+ <version>
2222
+ <release>3.6.2</release>
2223
+ <api>3.6.2</api>
2224
+ </version>
2225
+ <stability>
2226
+ <release>stable</release>
2227
+ <api>stable</api>
2228
+ </stability>
2229
+ <date>2021-12-13</date>
2230
+ <license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2231
+ <notes>
2232
+ - Processing large code bases that use tab indenting inside comments and strings will now be faster
2233
+ -- Thanks to Thiemo Kreuz for the patch
2234
+ - Fixed bug #3388 : phpcs does not work when run from WSL drives
2235
+ -- Thanks to Juliette Reinders Folmer and Graham Wharton for the patch
2236
+ - Fixed bug #3422 : Squiz.WhiteSpace.ScopeClosingBrace fixer removes HTML content when fixing closing brace alignment
2237
+ -- Thanks to Juliette Reinders Folmer for the patch
2238
+ - Fixed bug #3437 : PSR12 does not forbid blank lines at the start of the class body
2239
+ -- Added new PSR12.Classes.OpeningBraceSpace sniff to enforce this
2240
+ - Fixed bug #3440 : Squiz.WhiteSpace.MemberVarSpacing false positives when attributes used without docblock
2241
+ -- Thanks to Vadim Borodavko for the patch
2242
+ - Fixed bug #3448 : PHP 8.1 deprecation notice while generating running time value
2243
+ -- Thanks to Juliette Reinders Folmer and Andy Postnikov for the patch
2244
+ - Fixed bug #3456 : PSR12.Classes.ClassInstantiation.MissingParentheses false positive using attributes on anonymous class
2245
+ -- Thanks to Juliette Reinders Folmer for the patch
2246
+ - Fixed bug #3460 : Generic.Formatting.MultipleStatementAlignment false positive on closure with parameters
2247
+ -- Thanks to Juliette Reinders Folmer for the patch
2248
+ - Fixed bug #3468 : do/while loops are double-counted in Generic.Metrics.CyclomaticComplexity
2249
+ -- Thanks to Mark Baker for the patch
2250
+ - Fixed bug #3469 : Ternary Operator and Null Coalescing Operator are not counted in Generic.Metrics.CyclomaticComplexity
2251
+ -- Thanks to Mark Baker for the patch
2252
+ - Fixed bug #3472 : PHP 8 match() expression is not counted in Generic.Metrics.CyclomaticComplexity
2253
+ -- Thanks to Mark Baker for the patch
2254
+ </notes>
2255
+ </release>
2220
2256
<release>
2221
2257
<version>
2222
2258
<release>3.6.1</release>
0 commit comments