-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2021-10-11</date> | ||
<time>14:58:00</time> | ||
<date>2021-12-13</date> | ||
<time>08:44:00</time> | ||
<version> | ||
<release>3.6.2</release> | ||
<api>3.6.2</api> | ||
|
@@ -2217,6 +2217,42 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
</filelist> | ||
</phprelease> | ||
<changelog> | ||
<release> | ||
<version> | ||
<release>3.6.2</release> | ||
<api>3.6.2</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<date>2021-12-13</date> | ||
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license> | ||
<notes> | ||
- Processing large code bases that use tab indenting inside comments and strings will now be faster | ||
-- Thanks to Thiemo Kreuz for the patch | ||
- Fixed bug #3388 : phpcs does not work when run from WSL drives | ||
-- Thanks to Juliette Reinders Folmer and Graham Wharton for the patch | ||
- Fixed bug #3422 : Squiz.WhiteSpace.ScopeClosingBrace fixer removes HTML content when fixing closing brace alignment | ||
-- Thanks to Juliette Reinders Folmer for the patch | ||
- Fixed bug #3437 : PSR12 does not forbid blank lines at the start of the class body | ||
-- Added new PSR12.Classes.OpeningBraceSpace sniff to enforce this | ||
- Fixed bug #3440 : Squiz.WhiteSpace.MemberVarSpacing false positives when attributes used without docblock | ||
-- Thanks to Vadim Borodavko for the patch | ||
- Fixed bug #3448 : PHP 8.1 deprecation notice while generating running time value | ||
-- Thanks to Juliette Reinders Folmer and Andy Postnikov for the patch | ||
- Fixed bug #3456 : PSR12.Classes.ClassInstantiation.MissingParentheses false positive using attributes on anonymous class | ||
-- Thanks to Juliette Reinders Folmer for the patch | ||
- Fixed bug #3460 : Generic.Formatting.MultipleStatementAlignment false positive on closure with parameters | ||
-- Thanks to Juliette Reinders Folmer for the patch | ||
- Fixed bug #3468 : do/while loops are double-counted in Generic.Metrics.CyclomaticComplexity | ||
-- Thanks to Mark Baker for the patch | ||
- Fixed bug #3469 : Ternary Operator and Null Coalescing Operator are not counted in Generic.Metrics.CyclomaticComplexity | ||
-- Thanks to Mark Baker for the patch | ||
- Fixed bug #3472 : PHP 8 match() expression is not counted in Generic.Metrics.CyclomaticComplexity | ||
-- Thanks to Mark Baker for the patch | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>3.6.1</release> | ||
|