Skip to content

Commit

Permalink
chore(deps): update dependency squizlabs/php_codesniffer to v3.10.1 (#…
Browse files Browse the repository at this point in the history
…598)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[squizlabs/php_codesniffer](https://togithub.com/PHPCSStandards/PHP_CodeSniffer)
| `3.10.0` -> `3.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/squizlabs%2fphp_codesniffer/3.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/squizlabs%2fphp_codesniffer/3.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/squizlabs%2fphp_codesniffer/3.10.0/3.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/squizlabs%2fphp_codesniffer/3.10.0/3.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>PHPCSStandards/PHP_CodeSniffer
(squizlabs/php_codesniffer)</summary>

###
[`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]\[[@&#8203;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]\[[@&#8203;jrfnl](https://togithub.com/jrfnl)] for the patch.
- Various housekeeping, including improvements to the tests and
documentation.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://togithub.com/jrfnl)] for their
contributions.

##### Fixed

- Fixed bug [#&#8203;110], [#&#8203;437], [#&#8203;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]\[[@&#8203;jrfnl](https://togithub.com/jrfnl)] for the patch
- Fixed bug [#&#8203;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]\[[@&#8203;jrfnl](https://togithub.com/jrfnl)] for the patch
- Fixed bug [#&#8203;508]: Tokenizer/PHP: extra hardening against
handling parse errors in the type handling layer.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://togithub.com/jrfnl)] for the patch

[#&#8203;110]:
https://togithub.com/PHPCSStandards/PHP_CodeSniffer/issues/110

[#&#8203;437]:
https://togithub.com/PHPCSStandards/PHP_CodeSniffer/issues/437

[#&#8203;475]:
https://togithub.com/PHPCSStandards/PHP_CodeSniffer/issues/475

[#&#8203;504]:
https://togithub.com/PHPCSStandards/PHP_CodeSniffer/issues/504

[#&#8203;508]:
https://togithub.com/PHPCSStandards/PHP_CodeSniffer/pull/508

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/line/line-bot-sdk-php).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSB1cGdyYWRlIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent c545d4c commit 9b01a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"require-dev": {
"phpmd/phpmd": "2.15.0",
"squizlabs/php_codesniffer": "3.10.0",
"squizlabs/php_codesniffer": "3.10.1",
"orchestra/testbench": "*",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/psr7": "^1.7 || ^2.0",
Expand Down

0 comments on commit 9b01a63

Please sign in to comment.