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