Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.10.3`](https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG.md#3103---2024-09-18)

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

##### Changed

- Various housekeeping, including improvements to the tests and
documentation.
- Thanks to \[Rodrigo
Primo]\[[@&#8203;rodrigoprimo](https://redirect.github.com/rodrigoprimo)]
and \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for their
contributions.

##### Fixed

- Fixed bug [#&#8203;553] : Squiz.Classes.SelfMemberReference: false
negative(s) when namespace operator was encountered between the
namespace declaration and the OO declaration.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch
- Fixed bug [#&#8203;579] : AbstractPatternSniff: potential PHP notice
during live coding.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch
- Fixed bug [#&#8203;580] : Squiz.Formatting.OperatorBracket: potential
PHP notice during live coding.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch
- Fixed bug [#&#8203;581] :
PSR12.ControlStructures.ControlStructureSpacing: prevent fixer conflict
by correctly handling multiple empty newlines before the first condition
in a multi-line control structure.
- Thanks to \[Dan
Wallis]\[[@&#8203;fredden](https://redirect.github.com/fredden)] for the
patch.
- Fixed bug [#&#8203;585] : Tokenizer not applying tab replacement in
heredoc/nowdoc openers.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch
- Fixed bug [#&#8203;588] : Squiz.PHP.EmbeddedPhp false positive when
checking spaces after a PHP short open tag.
- Thanks to \[Rodrigo
Primo]\[[@&#8203;rodrigoprimo](https://redirect.github.com/rodrigoprimo)]
for the patch.
- Fixed bug [#&#8203;597] : Generic.PHP.LowerCaseKeyword did not flag
nor fix non-lowercase anonymous class keywords.
- Thanks to \[Marek
Štípek]\[[@&#8203;maryo](https://redirect.github.com/maryo)] for the
patch.
- Fixed bug [#&#8203;598] : Squiz.PHP.DisallowMultipleAssignments: false
positive on assignments to variable property on object stored in array.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch
- Fixed bug [#&#8203;608] : Squiz.Functions.MultiLineFunctionDeclaration
did not take (parameter) attributes into account when checking for one
parameter per line.
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch

##### Other

- The provenance of PHAR files associated with a release can now be
verified via [GitHub Artifact Attestations][ghattest] using the [GitHub
CLI tool][ghcli] with the following command: `gh attestation verify
[phpcs|phpcbf].phar -o PHPCSStandards`. [#&#8203;574]
- Thanks to \[Juliette Reinders
Folmer]\[[@&#8203;jrfnl](https://redirect.github.com/jrfnl)] for the
patch.

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

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

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

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

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

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

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

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

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

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

[ghcli]: https://cli.github.com/

[ghattest]:
https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds

</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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent f9ed0a6 commit 54045fd
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.2",
"squizlabs/php_codesniffer": "3.10.3",
"orchestra/testbench": "*",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/psr7": "^1.7 || ^2.0",
Expand Down

0 comments on commit 54045fd

Please sign in to comment.