@@ -403,24 +403,35 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
403
403
- Thanks to [ Jaroslav Hanslík] [ @kukulich ] for the patch
404
404
405
405
### 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
409
409
- 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
411
411
- 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
414
414
- 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
416
416
- 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
418
418
- 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
420
420
- 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 ${
422
422
- Thanks to [ Juliette Reinders Folmer] [ @jrfnl ] for the patch
423
423
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
+
424
435
## [ 3.6.2] - 2021-12-13
425
436
### Changed
426
437
- Processing large code bases that use tab indenting inside comments and strings will now be faster
0 commit comments