mimikun / dotfiles

mimikun's dotfiles
MIT License
6 stars 0 forks source link

chore(deps): update dependency squizlabs/php_codesniffer to v3.10.1 #500

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
squizlabs/php_codesniffer 3.10.0 -> 3.10.1 age adoption passing confidence

Release Notes

PHPCSStandards/PHP_CodeSniffer (squizlabs/php_codesniffer) ### [`v3.10.1`](https://togithub.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG.md#3101---2024-05-22) [Compare Source](https://togithub.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.0...3.10.1) ##### Added - Documentation for the following sniffs: - Generic.Commenting.DocComment - Thanks to \[Rodrigo Primo]\[[@​rodrigoprimo](https://togithub.com/rodrigoprimo)] for the patch. ##### Changed - The following have received efficiency improvements: - Type handling in the PHP Tokenizer - Thanks to \[Juliette Reinders Folmer]\[[@​jrfnl](https://togithub.com/jrfnl)] for the patch. - Various housekeeping, including improvements to the tests and documentation. - Thanks to \[Juliette Reinders Folmer]\[[@​jrfnl](https://togithub.com/jrfnl)] for their contributions. ##### Fixed - Fixed bug [#​110], [#​437], [#​475]: `File::findStartOfStatement()`: the start of statement/expression determination for tokens in parentheses/short array brackets/others scopes, nested within match expressions, was incorrect in most cases. The trickle down effect of the bug fixes made to the `File::findStartOfStatement()` method, is that the Generic.WhiteSpace.ScopeIndent and the PEAR.WhiteSpace.ScopeIndent sniffs should now be able to correctly determine and fix the indent for match expressions containing nested expressions. These fixes also fix an issue with the `Squiz.Arrays.ArrayDeclaration` sniff and possibly other, unreported bugs. - Thanks to \[Juliette Reinders Folmer]\[[@​jrfnl](https://togithub.com/jrfnl)] for the patch - Fixed bug [#​504]: The tokenizer could inadvertently mistake the last parameter in a function call using named arguments for a DNF type. - Thanks to \[Juliette Reinders Folmer]\[[@​jrfnl](https://togithub.com/jrfnl)] for the patch - Fixed bug [#​508]: Tokenizer/PHP: extra hardening against handling parse errors in the type handling layer. - Thanks to \[Juliette Reinders Folmer]\[[@​jrfnl](https://togithub.com/jrfnl)] for the patch [#​110]: https://togithub.com/PHPCSStandards/PHP_CodeSniffer/issues/110 [#​437]: https://togithub.com/PHPCSStandards/PHP_CodeSniffer/issues/437 [#​475]: https://togithub.com/PHPCSStandards/PHP_CodeSniffer/issues/475 [#​504]: https://togithub.com/PHPCSStandards/PHP_CodeSniffer/issues/504 [#​508]: https://togithub.com/PHPCSStandards/PHP_CodeSniffer/pull/508

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.