Skip to content

Commit 5e4e715

Browse files
committed
Prepare for 3.6.2 release
1 parent e40edd8 commit 5e4e715

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

package.xml

+38-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</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>
1919
<version>
2020
<release>3.6.2</release>
2121
<api>3.6.2</api>
@@ -2217,6 +2217,42 @@ http://pear.php.net/dtd/package-2.0.xsd">
22172217
</filelist>
22182218
</phprelease>
22192219
<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>
22202256
<release>
22212257
<version>
22222258
<release>3.6.1</release>

0 commit comments

Comments
 (0)