Skip to content

Commit e77350a

Browse files
committed
Add links to all issues in the 3.7.0 section of the changelog
1 parent e1e8bd8 commit e77350a

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
@@ -403,24 +403,35 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
403403
- Thanks to [Jaroslav Hanslík][@kukulich] for the patch
404404

405405
### Fixed
406-
- Fixed bug #3502 : A match statement within an array produces Squiz.Arrays.ArrayDeclaration.NoKeySpecified
407-
- Fixed bug #3503 : Squiz.Commenting.FunctionComment.ThrowsNoFullStop false positive when one line @throw
408-
- Fixed bug #3505 : The nullsafe operator is not counted in Generic.Metrics.CyclomaticComplexity
406+
- Fixed bug [#3502] : A match statement within an array produces Squiz.Arrays.ArrayDeclaration.NoKeySpecified
407+
- Fixed bug [#3503] : Squiz.Commenting.FunctionComment.ThrowsNoFullStop false positive when one line @throw
408+
- Fixed bug [#3505] : The nullsafe operator is not counted in Generic.Metrics.CyclomaticComplexity
409409
- Thanks to [Mark Baker][@MarkBaker] for the patch
410-
- Fixed bug #3526 : PSR12.Properties.ConstantVisibility false positive when using public final const syntax
410+
- Fixed bug [#3526] : PSR12.Properties.ConstantVisibility false positive when using public final const syntax
411411
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
412-
- Fixed bug #3530 : Line indented incorrectly false positive when using match-expression inside switch case
413-
- Fixed bug #3534 : Name of typed enum tokenized as T_GOTO_LABEL
412+
- Fixed bug [#3530] : Line indented incorrectly false positive when using match-expression inside switch case
413+
- Fixed bug [#3534] : Name of typed enum tokenized as T_GOTO_LABEL
414414
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
415-
- Fixed bug #3546 : Tokenizer/PHP: bug fix - parent/static keywords in class instantiations
415+
- Fixed bug [#3546] : Tokenizer/PHP: bug fix - parent/static keywords in class instantiations
416416
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
417-
- Fixed bug #3550 : False positive from PSR2.ControlStructures.SwitchDeclaration.TerminatingComment when using trailing comment
417+
- Fixed bug [#3550] : False positive from PSR2.ControlStructures.SwitchDeclaration.TerminatingComment when using trailing comment
418418
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
419-
- Fixed bug #3575: Squiz.Scope.MethodScope misses visibility keyword on previous line
419+
- Fixed bug [#3575]: Squiz.Scope.MethodScope misses visibility keyword on previous line
420420
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
421-
- Fixed bug #3604: Tokenizer/PHP: bug fix for double quoted strings using ${
421+
- Fixed bug [#3604]: Tokenizer/PHP: bug fix for double quoted strings using ${
422422
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
423423

424+
[#3502]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3502
425+
[#3503]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3503
426+
[#3505]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3505
427+
[#3526]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3526
428+
[#3530]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3530
429+
[#3534]: https://github.com/squizlabs/PHP_CodeSniffer/pull/3534
430+
[#3546]: https://github.com/squizlabs/PHP_CodeSniffer/pull/3546
431+
[#3550]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3550
432+
[#3575]: https://github.com/squizlabs/PHP_CodeSniffer/pull/3575
433+
[#3604]: https://github.com/squizlabs/PHP_CodeSniffer/pull/3604
434+
424435
## [3.6.2] - 2021-12-13
425436
### Changed
426437
- Processing large code bases that use tab indenting inside comments and strings will now be faster

0 commit comments

Comments
 (0)