Pull Request: https://github.com/php/web-php/pull/1240 Author: dependabot[bot]
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.70.2 to 3.71.0. <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.71.0 Persian Successor</h2> <h2>What's Changed</h2> <ul> <li>feat: OrderedImportsFixer - deprecate length sorting algorithm 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/8473">PHP-CS-Fixer/PHP-CS-Fixer#8473</a></li> <li>test: NameQualifiedTransformerTest - correct the test case 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/8471">PHP-CS-Fixer/PHP-CS-Fixer#8471</a></li> <li>refactor: add <code>FullyQualifiedNameAnalyzer</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/8048">PHP-CS-Fixer/PHP-CS-Fixer#8048</a></li> <li>refactor: codeHash - update when it's (re-)generated 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/8470">PHP-CS-Fixer/PHP-CS-Fixer#8470</a></li> <li>refactor: <code>SwitchAnalyzer</code> - improve performance 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/8407">PHP-CS-Fixer/PHP-CS-Fixer#8407</a></li> <li>DX: cleanup <code>PhpdocNoAliasTagFixerTest</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/8476">PHP-CS-Fixer/PHP-CS-Fixer#8476</a></li> <li>fix: <code>StatementIndentationFixer</code> - return in braceless if by <a href="https://github.com/BergenSoft"><code>@BergenSoft</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8479">PHP-CS-Fixer/PHP-CS-Fixer#8479</a></li> <li>chore: update type in <code>SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases</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/8481">PHP-CS-Fixer/PHP-CS-Fixer#8481</a></li> <li>chore: update type in <code>SingleSpaceAroundConstructFixerTest::provideFixWithIfCases</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/8482">PHP-CS-Fixer/PHP-CS-Fixer#8482</a></li> <li>fix: <code>SingleSpaceAroundConstructFixer</code> - handle alternative syntax by <a href="https://github.com/timsmid"><code>@timsmid</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8317">PHP-CS-Fixer/PHP-CS-Fixer#8317</a></li> <li>deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan group 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/8485">PHP-CS-Fixer/PHP-CS-Fixer#8485</a></li> <li>fix: <code>PhpdocAlignFixer</code> - align correctly type with UTF8 characters 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/8486">PHP-CS-Fixer/PHP-CS-Fixer#8486</a></li> <li>fix: <code>BinaryOperatorSpacesFixer</code> - do not break alignment of UTF-8 array keys 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/8484">PHP-CS-Fixer/PHP-CS-Fixer#8484</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BergenSoft"><code>@BergenSoft</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8479">PHP-CS-Fixer/PHP-CS-Fixer#8479</a></li> <li><a href="https://github.com/timsmid"><code>@timsmid</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8317">PHP-CS-Fixer/PHP-CS-Fixer#8317</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.70.2...v3.71.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.70.2...v3.71.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.71.0</h2> <ul> <li>feat: OrderedImportsFixer - deprecate length sorting algorithm (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8473">#8473</a>)</li> <li>fix: <code>BinaryOperatorSpacesFixer</code> - do not break alignment of UTF-8 array keys (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8484">#8484</a>)</li> <li>fix: <code>PhpdocAlignFixer</code> - align correctly type with UTF8 characters (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8486">#8486</a>)</li> <li>fix: <code>SingleSpaceAroundConstructFixer</code> - handle alternative syntax (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8317">#8317</a>)</li> <li>fix: <code>StatementIndentationFixer</code> - return in braceless if (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8479">#8479</a>)</li> <li>chore: update type in <code>SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8481">#8481</a>)</li> <li>chore: update type in <code>SingleSpaceAroundConstructFixerTest::provideFixWithIfCases</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8482">#8482</a>)</li> <li>deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan group (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8485">#8485</a>)</li> <li>DX: cleanup <code>PhpdocNoAliasTagFixerTest</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8476">#8476</a>)</li> <li>refactor: add <code>FullyQualifiedNameAnalyzer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8048">#8048</a>)</li> <li>refactor: codeHash - update when it's (re-)generated (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8470">#8470</a>)</li> <li>refactor: <code>SwitchAnalyzer</code> - improve performance (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8407">#8407</a>)</li> <li>test: NameQualifiedTransformerTest - correct test case (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8471">#8471</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3825ffdc69501e1c9230291b79f036a0c0d8749d"><code>3825ffd</code></a> prepared the 3.71.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8cd125a2687d2805e8c0f6b7b037e3e061ac750a"><code>8cd125a</code></a> fix: <code>BinaryOperatorSpacesFixer</code> - do not break alignment of UTF-8 array keys...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6ab01ef128030268965637f6fc4500834778b782"><code>6ab01ef</code></a> fix: <code>PhpdocAlignFixer</code> - align correctly type with UTF8 characters (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8486">#8486</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2f7ae4de183dbf894ff8c7aba08436fa7afc5032"><code>2f7ae4d</code></a> deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan g...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/695c1998dee19fab070a06ce1a254d6f58dca0cf"><code>695c199</code></a> fix: <code>SingleSpaceAroundConstructFixer</code> - handle alternative syntax (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8317">#8317</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4fbbd57031b88f01a58a9176a86841bff3abe19a"><code>4fbbd57</code></a> chore: update type in `SingleSpaceAroundConstructFixerTest::provideFixWithIfC...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/dcb00da594a1316610e3cedb4c94cb63ad3c7471"><code>dcb00da</code></a> chore: update type in `SingleSpaceAroundConstructFixerTest::provideFixWithEls...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/bb0a630461dcdf33302422303e6bb61db5cd50c5"><code>bb0a630</code></a> fix: <code>StatementIndentationFixer</code> - return in braceless if (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8479">#8479</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ea3b49d4afa51ac117669337a5b93791fb56f3ea"><code>ea3b49d</code></a> DX: cleanup <code>PhpdocNoAliasTagFixerTest</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8476">#8476</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3390bf7c0cda5f8ae6a20c925c339401004ce3ca"><code>3390bf7</code></a> refactor: <code>SwitchAnalyzer</code> - improve performance (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8407">#8407</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.70.2...v3.71.0">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>