Pull Request: https://github.com/php/web-php/pull/1053 Author: dependabot[bot]
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.62.0 to 3.63.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.63.1 7th Gear</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.63.0...v3.63.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.63.0...v3.63.1</a></p> <h2>v3.63.0 7th Gear</h2> <h2>What's Changed</h2> <ul> <li>feat: <code>SingleImportPerStatementFixer</code> - remove braces for single import by <a href="https://github.com/javaDeveloperKid"><code>@javaDeveloperKid</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8156">PHP-CS-Fixer/PHP-CS-Fixer#8156</a></li> <li>feat: Add <code>array_destructuring</code> as option for <code>trailing_comma_in_multiline</code> by <a href="https://github.com/SpacePossum"><code>@SpacePossum</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8172">PHP-CS-Fixer/PHP-CS-Fixer#8172</a></li> <li>feat: TrailingCommaInMultilineFixer - dynamically evaluate config against PHP version 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/8167">PHP-CS-Fixer/PHP-CS-Fixer#8167</a></li> <li>fix: <code>PhpUnitAttributesFixer</code> - fix priorities with <code>PhpUnitDataProvider(.+)Fixer</code> by <a href="https://github.com/paulbalandan"><code>@paulbalandan</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8169">PHP-CS-Fixer/PHP-CS-Fixer#8169</a></li> <li>fix: Do not shorten FQN for class resolution if imported symbol is not a class 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/7705">PHP-CS-Fixer/PHP-CS-Fixer#7705</a></li> <li>fix: Ensure PHP binary path is used as a single CLI argument in parallel worker process by <a href="https://github.com/BertvanHoekelen"><code>@BertvanHoekelen</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8180">PHP-CS-Fixer/PHP-CS-Fixer#8180</a></li> <li>chore: add tags for data providers that changes PHPStan's baseline 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/8178">PHP-CS-Fixer/PHP-CS-Fixer#8178</a></li> <li>chore: add <code>@return</code> tags for data providers already having PHPDoc 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/8176">PHP-CS-Fixer/PHP-CS-Fixer#8176</a></li> <li>chore: add <code>@return</code> tags for data providers that do not have array in data 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/8179">PHP-CS-Fixer/PHP-CS-Fixer#8179</a></li> <li>chore: remove <code>beStrictAboutTodoAnnotatedTests</code> from PHPUnit's config 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/8160">PHP-CS-Fixer/PHP-CS-Fixer#8160</a></li> <li>chore: remove duplicates from data providers 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/8164">PHP-CS-Fixer/PHP-CS-Fixer#8164</a></li> <li>chore: remove/update duplicates from data providers that are copies in 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/8145">PHP-CS-Fixer/PHP-CS-Fixer#8145</a></li> <li>CI: Update PHPStan to 1.11.10 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/8163">PHP-CS-Fixer/PHP-CS-Fixer#8163</a></li> <li>CI: Update PHPStan to 1.11.11 and fix error that changed 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/8174">PHP-CS-Fixer/PHP-CS-Fixer#8174</a></li> <li>docs: fix indent on rule date_time_create_from_format_call by <a href="https://github.com/maxhelias"><code>@maxhelias</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8173">PHP-CS-Fixer/PHP-CS-Fixer#8173</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/javaDeveloperKid"><code>@javaDeveloperKid</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8156">PHP-CS-Fixer/PHP-CS-Fixer#8156</a></li> <li><a href="https://github.com/maxhelias"><code>@maxhelias</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8173">PHP-CS-Fixer/PHP-CS-Fixer#8173</a></li> <li><a href="https://github.com/BertvanHoekelen"><code>@BertvanHoekelen</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8180">PHP-CS-Fixer/PHP-CS-Fixer#8180</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.62.0...v3.63.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.62.0...v3.63.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.63.1</h2> <ul> <li>dummy release</li> </ul> <h2>Changelog for v3.63.0</h2> <ul> <li>feat: Add <code>array_destructuring</code> as option for <code>trailing_comma_in_multiline</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8172">#8172</a>)</li> <li>feat: remove braces even for single import (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8156">#8156</a>)</li> <li>feat: TrailingCommaInMultilineFixer - dynamically evaluate config against PHP version (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8167">#8167</a>)</li> <li>fix: Do not shorten FQN for class resolution if imported symbol is not a class (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7705">#7705</a>)</li> <li>fix: Ensure PHP binary path is used as a single CLI argument in parallel worker process (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8180">#8180</a>)</li> <li>fix: <code>PhpUnitAttributesFixer</code> - fix priorities with <code>PhpUnitDataProvider(.+)Fixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8169">#8169</a>)</li> <li>chore: add tags for data providers that will change PHPStan's baseline (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8178">#8178</a>)</li> <li>chore: add <code>@return</code> tags for data providers already having PHPDoc (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8176">#8176</a>)</li> <li>chore: add <code>@return</code> tags for data providers that do not have array in data (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8179">#8179</a>)</li> <li>chore: remove duplicates from data providers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8164">#8164</a>)</li> <li>chore: remove duplicates from data providers that are copies in code (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8145">#8145</a>)</li> <li>chore: remove <code>beStrictAboutTodoAnnotatedTests</code> from PHPUnit's config (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8160">#8160</a>)</li> <li>CI: Update PHPStan to 1.11.10 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8163">#8163</a>)</li> <li>CI: Update PHPStan to 1.11.11 and fix error that changed (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8174">#8174</a>)</li> <li>docs: fix indent on rule <code>date_time_create_from_format_call</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8173">#8173</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ee3cc2e1fbfbddf98c17d4615db574a2a311c1ea"><code>ee3cc2e</code></a> prepared the 3.63.1 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2af4b117b6be3f5023efed2595e2f88a6bf11859"><code>2af4b11</code></a> bumped version</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4c691dc00819d2180ab3a84a0a53ca1751b250d4"><code>4c691dc</code></a> prepared the 3.63.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ecd736843e64c4750ffd7021f828a770f6d96127"><code>ecd7368</code></a> fix: Ensure PHP binary path is used as a single CLI argument in parallel work...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/370943c56a677e636dd339fd1ab7d871b8bebcf2"><code>370943c</code></a> feat: Add <code>array_destructuring</code> as option for <code>trailing_comma_in_multiline</code> (...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/601f01f472fb326baf5c3d786c9ba2cef2a848bf"><code>601f01f</code></a> chore: add <code>@return</code> tags for data providers that do not have array in data (...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f103a6b79dd758dca6acaa7b5c53c33dd3fc1aff"><code>f103a6b</code></a> chore: add tags for data providers that will change PHPStan's baseline (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8178">#8178</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/27e4156dad9369546061d2ef7182913f8d10f8f5"><code>27e4156</code></a> chore: add <code>@return</code> tags for data providers already having PHPDoc (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8176">#8176</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f3c3e325366e8d05cd25dd37c4069c196ce24edc"><code>f3c3e32</code></a> CI: Update PHPStan to 1.11.11 and fix error that changed (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8174">#8174</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ea24d3c19ce4f17956494ae7aba2de45799348e8"><code>ea24d3c</code></a> docs: fix indent on rule <code>date_time_create_from_format_call</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8173">#8173</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.62.0...v3.63.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>