Skip to content

Commit cc1b2f7

Browse files
committed
Add links to all issues in the 3.6.2 section of the changelog
1 parent 625975c commit cc1b2f7

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -440,27 +440,38 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
440440
- Thanks to [Thiemo Kreuz][@thiemowmde] for the patch
441441

442442
### Fixed
443-
- Fixed bug #3388 : phpcs does not work when run from WSL drives
443+
- Fixed bug [#3388] : phpcs does not work when run from WSL drives
444444
- Thanks to [Juliette Reinders Folmer][@jrfnl] and [Graham Wharton][@gwharton] for the patch
445-
- Fixed bug #3422 : Squiz.WhiteSpace.ScopeClosingBrace fixer removes HTML content when fixing closing brace alignment
445+
- Fixed bug [#3422] : Squiz.WhiteSpace.ScopeClosingBrace fixer removes HTML content when fixing closing brace alignment
446446
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
447-
- Fixed bug #3437 : PSR12 does not forbid blank lines at the start of the class body
447+
- Fixed bug [#3437] : PSR12 does not forbid blank lines at the start of the class body
448448
- Added new PSR12.Classes.OpeningBraceSpace sniff to enforce this
449-
- Fixed bug #3440 : Squiz.WhiteSpace.MemberVarSpacing false positives when attributes used without docblock
449+
- Fixed bug [#3440] : Squiz.WhiteSpace.MemberVarSpacing false positives when attributes used without docblock
450450
- Thanks to [Vadim Borodavko][@javer] for the patch
451-
- Fixed bug #3448 : PHP 8.1 deprecation notice while generating running time value
451+
- Fixed bug [#3448] : PHP 8.1 deprecation notice while generating running time value
452452
- Thanks to [Juliette Reinders Folmer][@jrfnl] and Andy Postnikov for the patch
453-
- Fixed bug #3456 : PSR12.Classes.ClassInstantiation.MissingParentheses false positive using attributes on anonymous class
453+
- Fixed bug [#3456] : PSR12.Classes.ClassInstantiation.MissingParentheses false positive using attributes on anonymous class
454454
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
455-
- Fixed bug #3460 : Generic.Formatting.MultipleStatementAlignment false positive on closure with parameters
455+
- Fixed bug [#3460] : Generic.Formatting.MultipleStatementAlignment false positive on closure with parameters
456456
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
457-
- Fixed bug #3468 : do/while loops are double-counted in Generic.Metrics.CyclomaticComplexity
457+
- Fixed bug [#3468] : do/while loops are double-counted in Generic.Metrics.CyclomaticComplexity
458458
- Thanks to [Mark Baker][@MarkBaker] for the patch
459-
- Fixed bug #3469 : Ternary Operator and Null Coalescing Operator are not counted in Generic.Metrics.CyclomaticComplexity
459+
- Fixed bug [#3469] : Ternary Operator and Null Coalescing Operator are not counted in Generic.Metrics.CyclomaticComplexity
460460
- Thanks to [Mark Baker][@MarkBaker] for the patch
461-
- Fixed bug #3472 : PHP 8 match() expression is not counted in Generic.Metrics.CyclomaticComplexity
461+
- Fixed bug [#3472] : PHP 8 match() expression is not counted in Generic.Metrics.CyclomaticComplexity
462462
- Thanks to [Mark Baker][@MarkBaker] for the patch
463463

464+
[#3388]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3388
465+
[#3422]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3422
466+
[#3437]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3437
467+
[#3440]: https://github.com/squizlabs/PHP_CodeSniffer/pull/3440
468+
[#3448]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3448
469+
[#3456]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3456
470+
[#3460]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3460
471+
[#3468]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3468
472+
[#3469]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3469
473+
[#3472]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3472
474+
464475
## [3.6.1] - 2021-10-11
465476
### Changed
466477
- PHPCS annotations can now be specified using hash-style comments

0 commit comments

Comments
 (0)