[PHP-WEBMASTER] [web-php] PR #1301: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.84.0 to 3.85.1

Pull Request: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.84.0 to 3.85.1 by dependabot[bot] · Pull Request #1301 · php/web-php · GitHub
Author: dependabot[bot]

Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.84.0 to 3.85.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases&quot;&gt;friendsofphp/php\-cs\-fixer&#39;s releases</a>.</em></p>
<blockquote>
<h2>v3.85.1 Alexander</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: update legacy deps by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8902&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8902&lt;/a&gt;&lt;/li&gt;
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.0...v3.85.1&quot;&gt;https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.0...v3.85.1&lt;/a&gt;&lt;/p&gt;
<h2>v3.85.0 Alexander</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: <code>ArrayIndentationFixer</code> - handle closures inside attributes by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8888&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8888&lt;/a&gt;&lt;/li&gt;
<li>feat: <code>NullableTypeDeclarationFixer</code> - support final promoted properties by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8885&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8885&lt;/a&gt;&lt;/li&gt;
<li>feat: <code>OperatorLinebreakFixer</code> - support pipe operator by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8891&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8891&lt;/a&gt;&lt;/li&gt;
<li>feat: <code>PhpdocTypesFixer</code> - support multiline array shapes by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8893&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8893&lt;/a&gt;&lt;/li&gt;
<li>fix: <code>BracesPositionFixer</code> - handle property hooks correctly by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8886&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8886&lt;/a&gt;&lt;/li&gt;
<li>fix: <code>NullableTypeDeclarationFixer</code> - handle abstract and final properties by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8876&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8876&lt;/a&gt;&lt;/li&gt;
<li>fix: <code>PhpdocLineSpanFixer</code> - handle promoted properties by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8897&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8897&lt;/a&gt;&lt;/li&gt;
<li>fix: <code>PhpUnitDataProviderNameFixer</code> - fix for multiple providers defined by attributes for one test method by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8849&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8849&lt;/a&gt;&lt;/li&gt;
<li>fix: <code>TernaryOperatorSpacesFixer</code> - handle <code>instanceof static</code> by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8879&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8879&lt;/a&gt;&lt;/li&gt;
<li>fix: <code>TypeDeclarationSpacesFixer</code> - handle asymmetric visibility and final properties by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8900&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8900&lt;/a&gt;&lt;/li&gt;
<li>fix: always reach 100% of checked files by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8861&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8861&lt;/a&gt;&lt;/li&gt;
<li>chore: <code>OrderedInterfacesFixer</code> - make code more PHPStan friendly by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8866&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8866&lt;/a&gt;&lt;/li&gt;
<li>chore: <code>Token</code> - add <code>@phpstan-assert-if-true</code> by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8865&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8865&lt;/a&gt;&lt;/li&gt;
<li>chore: add initial PHP 8.5 integration test by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8871&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8871&lt;/a&gt;&lt;/li&gt;
<li>chore: add tests for public API methods by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8895&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8895&lt;/a&gt;&lt;/li&gt;
<li>chore: apply changes from <code>PhpdocTypesFixer</code> for multiline array shapes by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8894&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8894&lt;/a&gt;&lt;/li&gt;
<li>chore: baseline files without error count by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8870&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8870&lt;/a&gt;&lt;/li&gt;
<li>chore: cleanup <code>PhpCsFixer\DocBlock\Annotation</code> by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8892&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8892&lt;/a&gt;&lt;/li&gt;
<li>chore: Command name/descriptions - use attribute and static properties by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8862&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8862&lt;/a&gt;&lt;/li&gt;
<li>chore: Commands - unify way to define help content by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8881&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8881&lt;/a&gt;&lt;/li&gt;
<li>chore: ConfigurationResolver - add few missing v4 TODOs by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8882&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8882&lt;/a&gt;&lt;/li&gt;
<li>chore: fix <code>booleanNot.exprNotBoolean</code> errors by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8869&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8869&lt;/a&gt;&lt;/li&gt;
<li>chore: fix/optimize some phpdocs by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8889&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8889&lt;/a&gt;&lt;/li&gt;
<li>chore: more unification of PHP CS Fixer naming by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8854&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8854&lt;/a&gt;&lt;/li&gt;
<li>chore: phpstan baseline - use shipmonk/phpstan-baseline-per-identifier by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8844&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8844&lt;/a&gt;&lt;/li&gt;
<li>chore: remove dead code by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8896&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8896&lt;/a&gt;&lt;/li&gt;
<li>chore: remove unused constants by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8864&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8864&lt;/a&gt;&lt;/li&gt;
<li>chore: remove useless <code>@var</code> annotations by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8867&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8867&lt;/a&gt;&lt;/li&gt;
<li>chore: simplify <code>ClassDefinitionFixer</code> by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8868&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8868&lt;/a&gt;&lt;/li&gt;
<li>chore: unify usage of image versions to not mention minor by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8860&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8860&lt;/a&gt;&lt;/li&gt;
<li>chore: update PHPStan by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8898&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8898&lt;/a&gt;&lt;/li&gt;
<li>chore: update PHPStan extension for <code>Preg::match</code> by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8872&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8872&lt;/a&gt;&lt;/li&gt;
<li>chore: wrong return values in <code>ErrorsManager</code> by <a href="https://github.com/gharlan&quot;&gt;&lt;code&gt;@​gharlan&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8863&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8863&lt;/a&gt;&lt;/li&gt;
<li>deps: bump phpstan/phpstan from 2.1.17 to 2.1.18 in /dev-tools in the phpstan group by <a href="https://github.com/dependabot&quot;&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt;\[bot\] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8859&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8859&lt;/a&gt;&lt;/li&gt;
<li>deps: bump the phpstan group in /dev-tools with 4 updates by <a href="https://github.com/dependabot&quot;&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt;\[bot\] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8890&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8890&lt;/a&gt;&lt;/li&gt;
<li>docs: cleanup docs for PHP &lt; 7.4 by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8855&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8855&lt;/a&gt;&lt;/li&gt;
<li>docs: cleanup docs for PHP 7 by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8873&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8873&lt;/a&gt;&lt;/li&gt;
<li>docs: DescribeCommand - indicate that set is deprecated, whenever mentioning one by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8878&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8878&lt;/a&gt;&lt;/li&gt;
<li>docs: ListSetsCommand,FixCommand - document possible formats in Command's definitions by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8880&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8880&lt;/a&gt;&lt;/li&gt;
<li>DX: Explicitly prevent touching non-monolithic files by <a href="https://github.com/keradus&quot;&gt;&lt;code&gt;@​keradus&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/6517&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#6517&lt;/a&gt;&lt;/li&gt;
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md&quot;&gt;friendsofphp/php\-cs\-fixer&#39;s changelog</a>.</em></p>
<blockquote>
<h2>Changelog for v3.85.1</h2>
<ul>
<li>chore: update legacy deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8902&quot;&gt;\#8902&lt;/a&gt;\)</li>
</ul>
<h2>Changelog for v3.85.0</h2>
<ul>
<li>feat: <code>ArrayIndentationFixer</code> - handle closures inside attributes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8888&quot;&gt;\#8888&lt;/a&gt;\)</li>
<li>feat: <code>NullableTypeDeclarationFixer</code> - support final promoted properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8885&quot;&gt;\#8885&lt;/a&gt;\)</li>
<li>feat: <code>OperatorLinebreakFixer</code> - support pipe operator (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8891&quot;&gt;\#8891&lt;/a&gt;\)</li>
<li>feat: <code>PhpdocTypesFixer</code> - support multiline array shapes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8893&quot;&gt;\#8893&lt;/a&gt;\)</li>
<li>fix: always reach 100% of checked files (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8861&quot;&gt;\#8861&lt;/a&gt;\)</li>
<li>fix: <code>BracesPositionFixer</code> - handle property hooks correctly (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8886&quot;&gt;\#8886&lt;/a&gt;\)</li>
<li>fix: <code>NullableTypeDeclarationFixer</code> - handle abstract and final properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8876&quot;&gt;\#8876&lt;/a&gt;\)</li>
<li>fix: <code>PhpdocLineSpanFixer</code> - handle promoted properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8897&quot;&gt;\#8897&lt;/a&gt;\)</li>
<li>fix: <code>PhpUnitDataProviderNameFixer</code> - fix for multiple providers defined by attributes for one test method (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8849&quot;&gt;\#8849&lt;/a&gt;\)</li>
<li>fix: <code>TernaryOperatorSpacesFixer</code> - handle <code>instanceof static</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8879&quot;&gt;\#8879&lt;/a&gt;\)</li>
<li>fix: <code>TypeDeclarationSpacesFixer</code> - handle asymmetric visibility and final properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8900&quot;&gt;\#8900&lt;/a&gt;\)</li>
<li>chore: add initial PHP 8.5 integration test (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8871&quot;&gt;\#8871&lt;/a&gt;\)</li>
<li>chore: add tests for public API methods (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8895&quot;&gt;\#8895&lt;/a&gt;\)</li>
<li>chore: apply changes from <code>PhpdocTypesFixer</code> for multiline array shapes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8894&quot;&gt;\#8894&lt;/a&gt;\)</li>
<li>chore: baseline files without error count (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8870&quot;&gt;\#8870&lt;/a&gt;\)</li>
<li>chore: cleanup <code>PhpCsFixer\DocBlock\Annotation</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8892&quot;&gt;\#8892&lt;/a&gt;\)</li>
<li>chore: Command name/descriptions - use attribute and static properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8862&quot;&gt;\#8862&lt;/a&gt;\)</li>
<li>chore: Commands - unify way to define help content (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8881&quot;&gt;\#8881&lt;/a&gt;\)</li>
<li>chore: ConfigurationResolver - add few missing v4 TODOs (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8882&quot;&gt;\#8882&lt;/a&gt;\)</li>
<li>chore: fix <code>booleanNot.exprNotBoolean</code> errors (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8869&quot;&gt;\#8869&lt;/a&gt;\)</li>
<li>chore: fix/optimize some phpdocs (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8889&quot;&gt;\#8889&lt;/a&gt;\)</li>
<li>chore: more unification of PHP CS Fixer naming (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8854&quot;&gt;\#8854&lt;/a&gt;\)</li>
<li>chore: PHPStan baseline - use <code>shipmonk/phpstan-baseline-per-identifier</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8844&quot;&gt;\#8844&lt;/a&gt;\)</li>
<li>chore: remove dead code (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8896&quot;&gt;\#8896&lt;/a&gt;\)</li>
<li>chore: remove unused constants (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8864&quot;&gt;\#8864&lt;/a&gt;\)</li>
<li>chore: remove useless <code>@var</code> annotations (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8867&quot;&gt;\#8867&lt;/a&gt;\)</li>
<li>chore: simplify <code>ClassDefinitionFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8868&quot;&gt;\#8868&lt;/a&gt;\)</li>
<li>chore: unify usage of image versions to not mention minor (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8860&quot;&gt;\#8860&lt;/a&gt;\)</li>
<li>chore: update PHPStan (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8898&quot;&gt;\#8898&lt;/a&gt;\)</li>
<li>chore: update PHPStan extension for <code>Preg::match</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8872&quot;&gt;\#8872&lt;/a&gt;\)</li>
<li>chore: wrong return values in <code>ErrorsManager</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8863&quot;&gt;\#8863&lt;/a&gt;\)</li>
<li>chore: <code>OrderedInterfacesFixer</code> - make code more PHPStan friendly (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8866&quot;&gt;\#8866&lt;/a&gt;\)</li>
<li>chore: <code>Token</code> - add <code>@phpstan-assert-if-true</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8865&quot;&gt;\#8865&lt;/a&gt;\)</li>
<li>deps: bump phpstan/phpstan from 2.1.17 to 2.1.18 in /dev-tools in the phpstan group (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8859&quot;&gt;\#8859&lt;/a&gt;\)</li>
<li>deps: bump the phpstan group in /dev-tools with 4 updates (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8890&quot;&gt;\#8890&lt;/a&gt;\)</li>
<li>docs: better document reprecated rule sets (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8878&quot;&gt;\#8878&lt;/a&gt;\)</li>
<li>docs: cleanup docs for PHP 7 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8873&quot;&gt;\#8873&lt;/a&gt;\)</li>
<li>docs: cleanup docs for PHP &lt; 7.4 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8855&quot;&gt;\#8855&lt;/a&gt;\)</li>
<li>docs: ListSetsCommand,FixCommand - document possible formats in Command's definitions (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8880&quot;&gt;\#8880&lt;/a&gt;\)</li>
<li>DX: Explicitly prevent touching non-monolithic files (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6517&quot;&gt;\#6517&lt;/a&gt;\)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2fb6d7f6c3398dca5786a1635b27405d73a417ba&quot;&gt;&lt;code&gt;2fb6d7f&lt;/code&gt;&lt;/a&gt; prepared the 3.85.1 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5b9683d44e4cb82b4ce9ffe4aa021b1aa94d437d&quot;&gt;&lt;code&gt;5b9683d&lt;/code&gt;&lt;/a&gt; chore: update legacy deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8902&quot;&gt;\#8902&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/510a8a0049f0a0ba283a34b47ffd513948d02bd9&quot;&gt;&lt;code&gt;510a8a0&lt;/code&gt;&lt;/a&gt; bumped version</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a1eb47641619e72d9d7c66b1fd0841225e40a037&quot;&gt;&lt;code&gt;a1eb476&lt;/code&gt;&lt;/a&gt; prepared the 3.85.0 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/489ede8f7ea47293936401a7dcca4b067981e646&quot;&gt;&lt;code&gt;489ede8&lt;/code&gt;&lt;/a&gt; DX: Explicitly prevent touching non-monolithic files (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6517&quot;&gt;\#6517&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/e3c058b896ee3cb3d7ef3918a5535d5266ddd041&quot;&gt;&lt;code&gt;e3c058b&lt;/code&gt;&lt;/a&gt; feat: <code>PhpdocTypesFixer</code> - support multiline array shapes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8893&quot;&gt;\#8893&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/125449bb03e02c25ade2587eb29fec4dbed648d5&quot;&gt;&lt;code&gt;125449b&lt;/code&gt;&lt;/a&gt; fix: <code>TypeDeclarationSpacesFixer</code> - handle asymmetric visibility and final pr...</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5bd26f0dc4fba808316f542b85d83d0a0e04d622&quot;&gt;&lt;code&gt;5bd26f0&lt;/code&gt;&lt;/a&gt; chore: update PHPStan (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8898&quot;&gt;\#8898&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6afc55b62db751d41f9642240217c45a00036eb0&quot;&gt;&lt;code&gt;6afc55b&lt;/code&gt;&lt;/a&gt; fix: <code>PhpdocLineSpanFixer</code> - handle promoted properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8897&quot;&gt;\#8897&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a9556075223c40c871e51f92cb006494635e784d&quot;&gt;&lt;code&gt;a955607&lt;/code&gt;&lt;/a&gt; chore: remove dead code (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8896&quot;&gt;\#8896&lt;/a&gt;\)</li>
<li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.84.0...v3.85.1&quot;&gt;compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=friendsofphp/php-cs-fixer&package-manager=composer&previous-version=3.84.0&new-version=3.85.1)](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>