Pull Request: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.72.0 to 3.73.1 by dependabot[bot] · Pull Request #1248 · php/web-php · GitHub
Author: dependabot[bot]
Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.72.0 to 3.73.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases">friendsofphp/php\-cs\-fixer's releases</a>.</em></p>
<blockquote>
<h2>v3.73.1 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: <code>OrderedClassElementsFixer</code> - do not crash on property hook by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8517">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8517</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.73.0...v3.73.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.73.0...v3.73.1</a></p>
<h2>v3.73.0 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add support for asymmetric visibility to Doctrine's fixers by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8415">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8415</a></li>
<li>fix: <code>MethodArgumentSpaceFixer</code> - handle when nested in HTML by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8503">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8503</a></li>
<li>fix: <code>GeneralPhpdocTagRenameFixer</code> - do not rename keys in array shape definition by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8477">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8477</a></li>
<li>test: run code coverage on PHP 8.4 by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8448">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8448</a></li>
<li>refactor: <code>TokensAnalyzerTest</code> - better test <code>isArray</code> and <code>isArrayMultiLine</code> by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8504">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8504</a></li>
<li>refactor: <code>Tokenizer</code> hash metode using <code>xxHash</code> by <a href="https://github.com/ddevsr"><code>@ddevsr</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8491">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8491</a></li>
<li>DX: cleanup <code>NoExtraBlankLinesFixerTest</code> by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8505">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8505</a></li>
<li>DX: remove more duplicated test methods by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8506">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8506</a></li>
<li>DX: for duplicated test methods check methods without parameters by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8508">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8508</a></li>
<li>chore: update <code>checkbashisms</code> to 2.25.5 by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8519">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8519</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ddevsr"><code>@ddevsr</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8491">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8491</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.72.0...v3.73.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.72.0...v3.73.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md">friendsofphp/php\-cs\-fixer's changelog</a>.</em></p>
<blockquote>
<h2>Changelog for v3.73.1</h2>
<ul>
<li>fix: <code>OrderedClassElementsFixer</code> - do not crash on property hook (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8517">\#8517</a>\)</li>
</ul>
<h2>Changelog for v3.73.0</h2>
<ul>
<li>feat: add support for asymmetric visibility to Doctrine's fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8415">\#8415</a>\)</li>
<li>fix: <code>GeneralPhpdocTagRenameFixer</code> - do not rename keys in array shape definition (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8477">\#8477</a>\)</li>
<li>fix: <code>MethodArgumentSpaceFixer</code> - handle when nested in HTML (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8503">\#8503</a>\)</li>
<li>chore: update <code>checkbashisms</code> to 2.25.5 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8519">\#8519</a>\)</li>
<li>DX: cleanup <code>NoExtraBlankLinesFixerTest</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8505">\#8505</a>\)</li>
<li>DX: for duplicated test methods check methods without parameters (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8508">\#8508</a>\)</li>
<li>DX: remove more duplicated test methods (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8506">\#8506</a>\)</li>
<li>refactor: <code>Tokenizer</code> hash metode using <code>xxHash</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8491">\#8491</a>\)</li>
<li>refactor: <code>TokensAnalyzerTest</code> - better test <code>isArray</code> and <code>isArrayMultiLine</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8504">\#8504</a>\)</li>
<li>test: run code coverage on PHP 8.4 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8448">\#8448</a>\)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ffcb8200a42045e65049af7910cfd022f631b064"><code>ffcb820</code></a> prepared the 3.73.1 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/06b4bfb231db47b472b0b0f5ebe14a5419ebcb0d"><code>06b4bfb</code></a> fix: <code>OrderedClassElementsFixer</code> - do not crash on property hook (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8517">\#8517</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/d1e61e3ed1164b95c688f0dbfc64e2a1d7701dfe"><code>d1e61e3</code></a> bumped version</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4905eb90c08ee5bd8eb0c275764f29e1ee289a56"><code>4905eb9</code></a> prepared the 3.73.0 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4e3531192b5cc165c2068caba5ce49397fcae55c"><code>4e35311</code></a> chore: update <code>checkbashisms</code> to 2.25.5 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8519">\#8519</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/573b71fa5d56231aa5ff9ef81f58bc94f994008c"><code>573b71f</code></a> feat: add support for asymmetric visibility to Doctrine's fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8415">\#8415</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/bedfbb0b78a55190906a4183e9e74a3c2d9251f4"><code>bedfbb0</code></a> DX: for duplicated test methods check methods without parameters (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8508">\#8508</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a1f9c9b0de5daa26326b5a15fd27f9bb30981150"><code>a1f9c9b</code></a> DX: remove more duplicated test methods (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8506">\#8506</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a0e3e5827f64d6490521b31a28d1ba2f7bb8da05"><code>a0e3e58</code></a> DX: cleanup <code>NoExtraBlankLinesFixerTest</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8505">\#8505</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7e52397865ad004d3bde6de37ded4772e794d84e"><code>7e52397</code></a> refactor: <code>TokensAnalyzerTest</code> - better test <code>isArray</code> and <code>isArrayMultiLine</code>...</li>
<li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.72.0...v3.73.1">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>