Pull Request: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.66.1 to 3.67.1 by dependabot[bot] · Pull Request #1202 · 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.66.1 to 3.67.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.67.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: <code>FullyQualifiedStrictTypesFixer</code> - support for importing return types in arrow functions 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/8367">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8367</a></li>
<li>fix: <code>PhpUnitSetUpTearDownVisibilityFixer</code> - do not touch anonymous classes 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/8366">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8366</a></li>
<li>CI: Introduce PHP compatibility check by <a href="https://github.com/Wirone"><code>@Wirone</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7844">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#7844</a></li>
<li>chore: <code>PHPStan</code> - upgrade to 2.1 by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8355">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8355</a></li>
<li>chore: dependabot integration by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8357">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8357</a></li>
<li>chore: allow for class-string in doc types of rule options by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8358">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8358</a></li>
<li>chore: CS: Move data provider methods after their test method by <a href="https://github.com/mvorisek"><code>@mvorisek</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8302">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8302</a></li>
<li>deps: bump docker/build-push-action from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8361">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8361</a></li>
<li>docs: update installation instructions by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8356">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8356</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8361">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8361</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.67.0...v3.67.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.67.0...v3.67.1</a></p>
<h2>v3.67.0 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: simplify loops that are using <code>end</code>/<code>prev</code> functions 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/8352">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8352</a></li>
<li>feat: Introduce <code>general_attribute_remove</code> fixer by <a href="https://github.com/raffaelecarelle"><code>@raffaelecarelle</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8339">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8339</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/raffaelecarelle"><code>@raffaelecarelle</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8339">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8339</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.2...v3.67.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.2...v3.67.0</a></p>
<h2>v3.66.2</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: remove extra check, never happening by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8348">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8348</a></li>
<li>chore: Tokens - minor performance and types optimizations by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8349">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8349</a></li>
<li>chore: Tokens - cleanup by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8350">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8350</a></li>
<li>chore: do not use bitwise "or" assignment operator 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/8346">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8346</a></li>
<li>chore: remove impossible <code>@throws</code> annotation 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/8353">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8353</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.1...v3.66.2">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.1...v3.66.2</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.67.1</h2>
<ul>
<li>fix: <code>FullyQualifiedStrictTypesFixer</code> - fix return types (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li>fix: <code>PhpUnitSetUpTearDownVisibilityFixer</code> - do not touch anonymous classes (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li>chore: allow for class-string in doc types of rule options (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li>chore: CS: Move data provider methods after their test method (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li>chore: dependabot integration (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li>chore: <code>PHPStan</code> - upgrade to 2.1 (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li>CI: Introduce PHP compatibility check (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li>deps: bump docker/build-push-action from 5 to 6 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8361">\#8361</a>\)</li>
<li>docs: update installation instructions (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8356">\#8356</a>\)</li>
</ul>
<h2>Changelog for v3.67.0</h2>
<ul>
<li>chore: simplify loops using <code>end</code>/<code>prev</code> functions (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8352">\#8352</a>\)</li>
<li>feat: Introduce <code>general_attribute_remove</code> fixer (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8339">\#8339</a>\)</li>
</ul>
<h2>Changelog for v3.66.2</h2>
<ul>
<li>chore: do not use bitwise "or" assignment operator (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8346">\#8346</a>\)</li>
<li>chore: remove extra check, never happening (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8348">\#8348</a>\)</li>
<li>chore: remove impossible <code>@throws</code> annotation (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8353">\#8353</a>\)</li>
<li>chore: Tokens - cleanup (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8350">\#8350</a>\)</li>
<li>chore: Tokens - minor performance and types optimizations (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8349">\#8349</a>\)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/db533e9aeb19c33033b6a1b734c8de4f4ebaa7dc"><code>db533e9</code></a> prepared the 3.67.1 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/c46633a904f7d5dc82a1d62176d70ef01f1a7145"><code>c46633a</code></a> fix: <code>PhpUnitSetUpTearDownVisibilityFixer</code> - do not touch anonymous classes (...</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3d83a574dfd6dcc60e469159698726b39d36e095"><code>3d83a57</code></a> fix: <code>FullyQualifiedStrictTypesFixer</code> - fix return types (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/50594cc3bca17298f81b5d4c3bd993275f7a6b55"><code>50594cc</code></a> docs: update installation instructions (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8356">\#8356</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ff930d2efd8ccfb78a46eb259c801db2b1c8b449"><code>ff930d2</code></a> chore: CS: Move data provider methods after their test method (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/d906e104c1f4fdd4a06130728afdd37e9aedee63"><code>d906e10</code></a> chore: allow for class-string in doc types of rule options (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a7fdd4bf1d97578bdf3d1f79f9cd3859b1276070"><code>a7fdd4b</code></a> deps: bump docker/build-push-action from 5 to 6 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8361">\#8361</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6c5c0b92bb5e44db246dc486d1511388627e7388"><code>6c5c0b9</code></a> CI: Introduce PHP compatibility check (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ea13be198eaa71d3af215744abcb1a7d2db68817"><code>ea13be1</code></a> chore: dependabot integration (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/881beb8a7c11b6a61139364928bd6b125ebeef8d"><code>881beb8</code></a> chore: PHPStan - upgrade to 2.1 (<a href="Issues · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)</li>
<li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.1...v3.67.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>