Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to all issues in the 3.7.2 section of the changelog #279

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 24 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,27 +320,39 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
- Squiz.Formatting.OperatorBracket no longer reports false positives in match() structures

### Fixed
- Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
- Fixed bug [#3616] : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #3618 : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
- Fixed bug [#3618] : Generic.WhiteSpace.ArbitraryParenthesesSpacing false positive for return new parent()
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #3632 : Short list not tokenized correctly in control structures without braces
- Fixed bug [#3632] : Short list not tokenized correctly in control structures without braces
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #3639 : Tokenizer not applying tab replacement to heredoc/nowdoc closers
- Fixed bug [#3639] : Tokenizer not applying tab replacement to heredoc/nowdoc closers
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #3640 : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax
- Fixed bug [#3640] : Generic.WhiteSpace.DisallowTabIndent not reporting errors for PHP 7.3 flexible heredoc/nowdoc syntax
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #3645 : PHPCS can show 0 exit code when running in parallel even if child process has fatal error
- Fixed bug [#3645] : PHPCS can show 0 exit code when running in parallel even if child process has fatal error
- Thanks to [Alex Panshin][@enl] for the patch
- Fixed bug #3653 : False positives for match() in OperatorSpacingSniff
- Fixed bug [#3653] : False positives for match() in OperatorSpacingSniff
- Thanks to [Jaroslav Hanslík][@kukulich] for the patch
- Fixed bug #3666 : PEAR.Functions.FunctionCallSignature incorrect indent fix when checking mixed HTML/PHP files
- Fixed bug #3668 : PSR12.Classes.ClassInstantiation.MissingParentheses false positive when instantiating parent classes
- Fixed bug [#3666] : PEAR.Functions.FunctionCallSignature incorrect indent fix when checking mixed HTML/PHP files
- Fixed bug [#3668] : PSR12.Classes.ClassInstantiation.MissingParentheses false positive when instantiating parent classes
- Similar issues also fixed in Generic.Functions.FunctionCallArgumentSpacing and Squiz.Formatting.OperatorBracket
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug #3672 : Incorrect ScopeIndent.IncorrectExact report for match inside array literal
- Fixed bug #3694 : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
- Fixed bug [#3672] : Incorrect ScopeIndent.IncorrectExact report for match inside array literal
- Fixed bug [#3694] : Generic.WhiteSpace.SpreadOperatorSpacingAfter does not ignore spread operator in PHP 8.1 first class callables
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch

[#3616]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3616
[#3618]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3618
[#3632]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3632
[#3639]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3639
[#3640]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3640
[#3645]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3645
[#3653]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3653
[#3666]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3666
[#3668]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3668
[#3672]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3672
[#3694]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3694

## [3.7.1] - 2022-06-18
### Fixed
Expand Down