Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.11.1`](https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG.md#3111---2024-11-16)

[Compare
Source](https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.11.0...3.11.1)

##### Changed

- Output from the `--generator=...` feature will respect the OS-expected
EOL char in more places. [#&#8203;671]
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch.
- Various housekeeping, including improvements to the tests and
documentation.
- Thanks to \[Bartosz
Dziewoński]\[[@&#8203;MatmaRex](https://redirect.github.com/MatmaRex)]
and \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for their
contributions.

##### Fixed

- Fixed bug [#&#8203;674] :
Generic.WhiteSpace.HereNowdocIdentifierSpacing broken XML documentation
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch.
- Fixed bug [#&#8203;675] : InvalidArgumentException when a ruleset
includes a sniff by file name and the included sniff does not comply
with the PHPCS naming conventions.
- Notwithstanding this fix, it is strongly recommended to ensure custom
sniff classes comply with the PHPCS naming conventions.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch.

[#&#8203;671]:
https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/671

[#&#8203;674]:
https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/pull/674

[#&#8203;675]:
https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/issues/675

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/line/line-bot-sdk-php).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 76557e4 commit 2c80a4e
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.11.0",
"squizlabs/php_codesniffer": "3.11.1",
"orchestra/testbench": "*",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/psr7": "^1.7 || ^2.0",
Expand Down

0 comments on commit 2c80a4e

Please sign in to comment.