Skip to content

Commit 17a4c19

Browse files
authored
Merge pull request #279 from rodrigoprimo/changelog-improvements-3-7-2
Add links to all issues in the 3.7.2 section of the changelog
2 parents ff2765d + e1e8bd8 commit 17a4c19

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

CHANGELOG.md

+24-12
Original file line numberDiff line numberDiff line change
@@ -320,27 +320,39 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
320320
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures
321321

322322
### Fixed
323-
- Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
323+
- Fixed bug [#3616] : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
324324
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
325-
- Fixed bug #3618 : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
325+
- Fixed bug [#3618] : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
326326
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
327-
- Fixed bug #3632 : Short list not tokenized correctly in control structures without braces
327+
- Fixed bug [#3632] : Short list not tokenized correctly in control structures without braces
328328
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
329-
- Fixed bug #3639 : Tokenizer not applying tab replacement to heredoc/nowdoc closers
329+
- Fixed bug [#3639] : Tokenizer not applying tab replacement to heredoc/nowdoc closers
330330
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
331-
- Fixed bug #3640 : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax
331+
- Fixed bug [#3640] : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax
332332
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
333-
- Fixed bug #3645 : PHPCS can show 0 exit code when running in parallel even if child process has fatal error
333+
- Fixed bug [#3645] : PHPCS can show 0 exit code when running in parallel even if child process has fatal error
334334
- Thanks to [Alex Panshin][@enl] for the patch
335-
- Fixed bug #3653 : False positives for match() in OperatorSpacingSniff
335+
- Fixed bug [#3653] : False positives for match() in OperatorSpacingSniff
336336
- Thanks to [Jaroslav Hanslík][@kukulich] for the patch
337-
- Fixed bug #3666 : PEAR.Functions.FunctionCallSignature incorrect indent fix when checking mixed HTML/PHP files
338-
- Fixed bug #3668 : PSR12.Classes.ClassInstantiation.MissingParentheses false positive when instantiating parent classes
337+
- Fixed bug [#3666] : PEAR.Functions.FunctionCallSignature incorrect indent fix when checking mixed HTML/PHP files
338+
- Fixed bug [#3668] : PSR12.Classes.ClassInstantiation.MissingParentheses false positive when instantiating parent classes
339339
- Similar issues also fixed in Generic.Functions.FunctionCallArgumentSpacing and Squiz.Formatting.OperatorBracket
340340
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
341-
- Fixed bug #3672 : Incorrect ScopeIndent.IncorrectExact report for match inside array literal
342-
- Fixed bug #3694 : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables
343-
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
341+
- Fixed bug [#3672] : Incorrect ScopeIndent.IncorrectExact report for match inside array literal
342+
- Fixed bug [#3694] : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables
343+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
344+
345+
[#3616]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3616
346+
[#3618]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3618
347+
[#3632]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3632
348+
[#3639]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3639
349+
[#3640]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3640
350+
[#3645]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3645
351+
[#3653]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3653
352+
[#3666]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3666
353+
[#3668]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3668
354+
[#3672]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3672
355+
[#3694]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3694
344356

345357
## [3.7.1] - 2022-06-18
346358
### Fixed

0 commit comments

Comments
 (0)