Pull Request: https://github.com/php/web-php/pull/1253 Author: dependabot[bot]
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.74.0 to 3.75.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.75.0 Persian Successor</h2> <h2>What's Changed</h2> <ul> <li>feat: <code>ClassAttributesSeparationFixer</code> - add support for asymmetric visibility 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/8518">PHP-CS-Fixer/PHP-CS-Fixer#8518</a></li> <li>fix: <code>NativeFunctionInvocationFixer</code> - fix for property hooks 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/8540">PHP-CS-Fixer/PHP-CS-Fixer#8540</a></li> <li>deps: bump the phpstan group in /dev-tools with 2 updates 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/8537">PHP-CS-Fixer/PHP-CS-Fixer#8537</a></li> <li>chore: <code>FunctionsAnalyzerTest</code> cleanup 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/8539">PHP-CS-Fixer/PHP-CS-Fixer#8539</a></li> <li>chore: add return types for data providers for 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/8542">PHP-CS-Fixer/PHP-CS-Fixer#8542</a></li> <li>chore: add return types for data providers for non-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/8543">PHP-CS-Fixer/PHP-CS-Fixer#8543</a></li> <li>chore: add return types for remaining 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/8544">PHP-CS-Fixer/PHP-CS-Fixer#8544</a></li> <li>chore: make data providers key type <code>string</code> if all the keys are strings 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/8545">PHP-CS-Fixer/PHP-CS-Fixer#8545</a></li> <li>chore: SwitchContinueToBreakFixerTest - improve test case descriptions/typehint 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/8546">PHP-CS-Fixer/PHP-CS-Fixer#8546</a></li> <li>test: ProjectCodeTest::testDataProvidersDeclaredReturnType - allow for int as iterable keys 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/8548">PHP-CS-Fixer/PHP-CS-Fixer#8548</a></li> <li>chore: make data providers key type <code>int</code> if all the keys are strings 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/8550">PHP-CS-Fixer/PHP-CS-Fixer#8550</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.74.0...v3.75.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.74.0...v3.75.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.75.0</h2> <ul> <li>feat: <code>ClassAttributesSeparationFixer</code> - add support for asymmetric visibility (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8518">#8518</a>)</li> <li>fix: <code>NativeFunctionInvocationFixer</code> - fix for property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8540">#8540</a>)</li> <li>chore: add return types for data providers for fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8542">#8542</a>)</li> <li>chore: add return types for data providers for non-fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8543">#8543</a>)</li> <li>chore: add return types for remaining data providers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8544">#8544</a>)</li> <li>chore: make data providers key type <code>int</code> if all the keys are strings (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8550">#8550</a>)</li> <li>chore: make data providers key type <code>string</code> if all the keys are strings (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8545">#8545</a>)</li> <li>chore: SwitchContinueToBreakFixerTest - improve test case descriptions/typehint (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8546">#8546</a>)</li> <li>chore: <code>FunctionsAnalyzerTest</code> cleanup (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8539">#8539</a>)</li> <li>deps: bump the phpstan group in /dev-tools with 2 updates (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8537">#8537</a>)</li> <li>test: ProjectCodeTest::testDataProvidersDeclaredReturnType - allow for int as iterable keys (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8548">#8548</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/399a128ff2fdaf4281e4e79b755693286cdf325c"><code>399a128</code></a> prepared the 3.75.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/e44b8f953fff0e614094ea382c8a5cd61516d2e9"><code>e44b8f9</code></a> chore: make data providers key type <code>int</code> if all the keys are strings (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8550">#8550</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5e315b2b934a2cee645fd6c9f0bc1c3c9659df8a"><code>5e315b2</code></a> fix: <code>NativeFunctionInvocationFixer</code> - fix for property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8540">#8540</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f04f2d0a8ee06a2c285b1d1ab2432a8f7eb62c6f"><code>f04f2d0</code></a> feat: <code>ClassAttributesSeparationFixer</code> - add support for asymmetric visibilit...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/da93a497a0db7be7172a5179ae1cbd67163277e0"><code>da93a49</code></a> test: ProjectCodeTest::testDataProvidersDeclaredReturnType - allow for int as...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3f4c07d67d574db8d0ec0fd0233910ec341fc32a"><code>3f4c07d</code></a> chore: SwitchContinueToBreakFixerTest - improve test case descriptions/typehi...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4b39f2b6a15128ddbfa45df8e95170274b0377b4"><code>4b39f2b</code></a> chore: make data providers key type <code>string</code> if all the keys are strings (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8545">#8545</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/86720d42d83d43b814b1c10226dbbfc5be6aaf25"><code>86720d4</code></a> chore: add return types for remaining data providers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8544">#8544</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6d14a6e798e9dab3982d7541bfa83c25b9fdb4cf"><code>6d14a6e</code></a> chore: add return types for data providers for non-fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8543">#8543</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2f3791e37f1c182febdb78e17f0245e422999878"><code>2f3791e</code></a> chore: add return types for data providers for fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8542">#8542</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.74.0...v3.75.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>