Pull Request: https://github.com/php/web-php/pull/998 Author: dependabot[bot]
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.56.1 to 3.57.2. <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.57.2 7th Gear</h2> <h2>What's Changed</h2> <ul> <li>fix: <code>PhpUnitTestClassRequiresCoversFixer</code> - attribute detection when class is final by <a href="https://github.com/atomiix"><code>@atomiix</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8016">PHP-CS-Fixer/PHP-CS-Fixer#8016</a></li> <li>fix: Support named args in <code>ParallelConfigFactory::detect()</code> 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/8026">PHP-CS-Fixer/PHP-CS-Fixer#8026</a></li> <li>chore: Report used memory to 2 decimal digits only 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/8017">PHP-CS-Fixer/PHP-CS-Fixer#8017</a></li> <li>docs: Improve Docker usage example 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/8021">PHP-CS-Fixer/PHP-CS-Fixer#8021</a></li> <li>docs: better ConfigurableFixer allowed types 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/8024">PHP-CS-Fixer/PHP-CS-Fixer#8024</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/atomiix"><code>@atomiix</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8016">PHP-CS-Fixer/PHP-CS-Fixer#8016</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.57.1...v3.57.2">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.57.1...v3.57.2</a></p> <h2>v3.57.1 7th Gear</h2> <h2>What's Changed</h2> <ul> <li>chore: update PHPDoc in <code>Preg::matchAll</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/8012">PHP-CS-Fixer/PHP-CS-Fixer#8012</a></li> <li>fix: Runner - handle no files while in parallel runner 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/8015">PHP-CS-Fixer/PHP-CS-Fixer#8015</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.57.0...v3.57.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.57.0...v3.57.1</a></p> <h2>v3.57.0 7th Gear</h2> <h2>What's Changed</h2> <ul> <li>feat: Ability to run Fixer with parallel runner 🎉 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/7777">PHP-CS-Fixer/PHP-CS-Fixer#7777</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.56.2...v3.57.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.56.2...v3.57.0</a></p> <h2>v3.56.2 15 Keys Accelerate</h2> <h2>What's Changed</h2> <ul> <li>DX: Install PCov extension for local Docker 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/8006">PHP-CS-Fixer/PHP-CS-Fixer#8006</a></li> <li>DX: Fix Mess Detector violations 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/8007">PHP-CS-Fixer/PHP-CS-Fixer#8007</a></li> <li>chore: update PHPStan 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/8010">PHP-CS-Fixer/PHP-CS-Fixer#8010</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.56.1...v3.56.2">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.56.1...v3.56.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.57.2</h2> <ul> <li>docs: better ConfigurableFixer allowed types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8024">#8024</a>)</li> <li>docs: Improve Docker usage example (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8021">#8021</a>)</li> <li>feat: Report used memory to 2 decimal digits only (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8017">#8017</a>)</li> <li>fix: Support named args in <code>ParallelConfigFactory::detect()</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8026">#8026</a>)</li> <li>fix: <code>php_unit_test_class_requires_covers</code> Attribute detection when class is final (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8016">#8016</a>)</li> </ul> <h2>Changelog for v3.57.1</h2> <ul> <li>chore: update PHPDoc in <code>Preg::matchAll</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8012">#8012</a>)</li> <li>fix: Runner - handle no files while in parallel runner (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8015">#8015</a>)</li> </ul> <h2>Changelog for v3.57.0</h2> <ul> <li>feat: Ability to run Fixer with parallel runner 🎉 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7777">#7777</a>)</li> </ul> <h2>Changelog for v3.56.2</h2> <ul> <li>chore: update PHPStan (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8010">#8010</a>)</li> <li>DX: Fix Mess Detector violations (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8007">#8007</a>)</li> <li>DX: Install PCov extension for local Docker (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8006">#8006</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/22f7f3145606df92b02fb1bd22c30abfce956d3c"><code>22f7f31</code></a> prepared the 3.57.2 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/45262713269695e5d60114b4b992c2c95f849d01"><code>4526271</code></a> fix: Support named args in <code>ParallelConfigFactory::detect()</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8026">#8026</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/cd1922bfdd9d66a2f8fb6555455176ce5e95210d"><code>cd1922b</code></a> docs: better ConfigurableFixer allowed types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8024">#8024</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6da674a268392d2792ac0c8e74dc8346d58ca5b3"><code>6da674a</code></a> docs: Improve Docker usage example (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8021">#8021</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/731fdd23e073ed5dc8ea9a26666447dedd234dfc"><code>731fdd2</code></a> feat: Report used memory to 2 decimal digits only (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8017">#8017</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/61caa3a0c0bb9a34365a6cbb07333bba90e6e868"><code>61caa3a</code></a> fix: <code>php_unit_test_class_requires_covers</code> Attribute detection when class is ...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ab56bb526652b06de11e3dbafcb4318cc48f3bac"><code>ab56bb5</code></a> bumped version</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3f7efe667a8c9818aacceee478add7c0fc24cb21"><code>3f7efe6</code></a> prepared the 3.57.1 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3810546f227ac626c6e8f67098265d07abd08495"><code>3810546</code></a> fix: Runner - handle no files while in parallel runner (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8015">#8015</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4f69067ab9149eecdf3e18e7f5431a23da184624"><code>4f69067</code></a> chore: update PHPDoc in <code>Preg::matchAll</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8012">#8012</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.56.1...v3.57.2">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>