Pull Request: https://github.com/php/web-php/pull/1045 Author: dependabot[bot]
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.60.0 to 3.61.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.61.1 7th Gear</h2> <h2>What's Changed</h2> <ul> <li>fix: <code>NoSuperfluousPhpdocTagsFixer</code> - fix "Undefined array key 0" error 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/8150">PHP-CS-Fixer/PHP-CS-Fixer#8150</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.61.0...v3.61.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.61.0...v3.61.1</a></p> <h2>v3.61.0 7th Gear</h2> <h2>What's Changed</h2> <ul> <li>feat: no_superfluous_phpdoc_tags - also cover ?type 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/8125">PHP-CS-Fixer/PHP-CS-Fixer#8125</a></li> <li>feat: support PHPUnit v9.1 naming for some asserts by <a href="https://github.com/krzysztof-ciszewski"><code>@krzysztof-ciszewski</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7997">PHP-CS-Fixer/PHP-CS-Fixer#7997</a></li> <li>fix: Do not mangle non-whitespace token in <code>PhpdocIndentFixer</code> by <a href="https://github.com/blyxxyz"><code>@blyxxyz</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8147">PHP-CS-Fixer/PHP-CS-Fixer#8147</a></li> <li>DX: add more typehints for <code>class-string</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/8139">PHP-CS-Fixer/PHP-CS-Fixer#8139</a></li> <li>DX: refactor <code>ProjectCodeTest::provideDataProviderMethodCases</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/8138">PHP-CS-Fixer/PHP-CS-Fixer#8138</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/krzysztof-ciszewski"><code>@krzysztof-ciszewski</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7997">PHP-CS-Fixer/PHP-CS-Fixer#7997</a></li> <li><a href="https://github.com/blyxxyz"><code>@blyxxyz</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8147">PHP-CS-Fixer/PHP-CS-Fixer#8147</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.60.0...v3.61.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.60.0...v3.61.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.61.1</h2> <ul> <li>fix: <code>NoSuperfluousPhpdocTagsFixer</code> - fix "Undefined array key 0" error (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8150">#8150</a>)</li> </ul> <h2>Changelog for v3.61.0</h2> <ul> <li>feat: no_superfluous_phpdoc_tags - also cover ?type (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8125">#8125</a>)</li> <li>feat: support PHPUnit v9.1 naming for some asserts (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7997">#7997</a>)</li> <li>fix: Do not mangle non-whitespace token in <code>PhpdocIndentFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8147">#8147</a>)</li> <li>DX: add more typehints for <code>class-string</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8139">#8139</a>)</li> <li>DX: refactor <code>ProjectCodeTest::provideDataProviderMethodCases</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8138">#8138</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/94a87189f55814e6cabca2d9a33b06de384a2ab8"><code>94a8718</code></a> prepared the 3.61.1 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5f4f81e6d4e18a91ed06bb4c1a3643c1a424ae9c"><code>5f4f81e</code></a> fix: <code>NoSuperfluousPhpdocTagsFixer</code> - fix "Undefined array key 0" error (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8150">#8150</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7d8d900dfe178bfb6e8c479ea468ce4e2c0ef80d"><code>7d8d900</code></a> bumped version</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/737a24b6d531db9c034ac97524ac3a3bde0c20c0"><code>737a24b</code></a> prepared the 3.61.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/efafb74c5f75a02b916b300046c58d80edeb7051"><code>efafb74</code></a> fix: Do not mangle non-whitespace token in <code>PhpdocIndentFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8147">#8147</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7bb9c2654c2dbcdb36def44ac182a0ec73fa3a8b"><code>7bb9c26</code></a> feat: support PHPUnit v9.1 naming for some asserts (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7997">#7997</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/0b86d3c13a258c8c8922e3fa5158786068688bec"><code>0b86d3c</code></a> DX: refactor <code>ProjectCodeTest::provideDataProviderMethodCases</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8138">#8138</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/b09e8aa52b56e849b12cc9b094ccf05af4b983b6"><code>b09e8aa</code></a> feat: no_superfluous_phpdoc_tags - also cover ?type (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8125">#8125</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ed86702fbb853e68c7d0d7a371fe810c8eed4c9b"><code>ed86702</code></a> DX: add more typehints for <code>class-string</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8139">#8139</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7804f22f845a6a5f1f4ca90155c9d5808eb27604"><code>7804f22</code></a> bumped version</li> <li>See full diff in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.60.0...v3.61.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>