Pull Request: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.81.0 to 3.83.0 by dependabot[bot] · Pull Request #1296 · 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.81.0 to 3.83.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.83.0 Alexander</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: Suppress enable parallel runner message when only 1 core is available by <a href="https://github.com/mvorisek"><code>@mvorisek</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8833">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8833</a></li>
<li>fix: <code>NoUnreachableDefaultArgumentValueFixer</code> - do not crash on property hook 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/8838">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8838</a></li>
<li>fix: BracesPositionFixer - fix performance issue for massive files with CT::T_CURLY_CLOSE 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/8830">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8830</a></li>
<li>CI: mark jobs allow-to-fail declarative, instead of imperative check 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/8829">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8829</a></li>
<li>chore: <code>FullyQualifiedStrictTypesFixer</code> - reduce function calls 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/8834">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8834</a></li>
<li>chore: apply native_constant_invocation for build-in consts 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/8837">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8837</a></li>
<li>chore: configure native_constant_invocation 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/8840">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8840</a></li>
<li>chore: early compat check with Symfony 8 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/8827">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8827</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.2...v3.83.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.2...v3.83.0</a></p>
<h2>v3.82.2 Alexander</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: <code>ClassAttributesSeparationFixer</code> - handle method <code>get</code> aliased in trait import 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/8822">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8822</a></li>
<li>fix: <code>VisibilityRequiredFixer</code> - handle promoted property with visibility and reference, but without type 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/8823">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8823</a></li>
<li>fix: <code>LowercaseStaticReferenceFixer</code> - do not touch enum's cases 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/8824">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8824</a></li>
<li>fix: <code>StatementIndentationFixer</code> - multi constant statement containing array 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/8825">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8825</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.1...v3.82.2">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.1...v3.82.2</a></p>
<h2>v3.82.1 Alexander</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: <code>SingleClassElementPerStatementFixer</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/8816">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8816</a></li>
<li>fix: <code>OrderedClassElementsFixer</code> - handle 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/8817">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8817</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.0...v3.82.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.82.0...v3.82.1</a></p>
<h2>v3.82.0 Alexander</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: <code>MagicConstantCasingFixer</code> - support <code>__PROPERTY__</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/8809">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8809</a></li>
<li>feat: <code>PhpUnitDataProviderNameFixer</code> - support data providers defined by both annotation and attribute for the same 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/8811">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8811</a></li>
<li>fix: <code>PhpdocToParamTypeFixer</code> - always handle reference in PHPDoc 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/8813">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8813</a></li>
<li>deps: update box 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/8795">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8795</a></li>
<li>chore: cleanup <code>FCTTest</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/8808">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8808</a></li>
<li>chore: PhpdocOrderFixer.php - CPU optimization 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/8812">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8812</a></li>
<li>docs: fix whitespace around code examples and reference sections in rules' docs by <a href="https://github.com/paulbalandan"><code>@paulbalandan</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8810">PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8810</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.81.0...v3.82.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.81.0...v3.82.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.83.0</h2>
<ul>
<li>feat: Suppress enable parallel runner message when only 1 core is available (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8833">\#8833</a>\)</li>
<li>fix: BracesPositionFixer - fix performance issue for massive files with CT::T_CURLY_CLOSE (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8830">\#8830</a>\)</li>
<li>fix: <code>NoUnreachableDefaultArgumentValueFixer</code> - do not crash on property hook (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8838">\#8838</a>\)</li>
<li>chore: Add CS commit to .git-blame-ignore-revs</li>
<li>chore: apply native_constant_invocation for build-in consts (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8837">\#8837</a>\)</li>
<li>chore: configure native_constant_invocation (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8840">\#8840</a>\)</li>
<li>chore: early compat check with Symfony 8 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8827">\#8827</a>\)</li>
<li>chore: <code>FullyQualifiedStrictTypesFixer</code> - reduce function calls (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8834">\#8834</a>\)</li>
<li>CI: mark jobs allow-to-fail declarative, instead of imperative check (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8829">\#8829</a>\)</li>
</ul>
<h2>Changelog for v3.82.2</h2>
<ul>
<li>fix: <code>ClassAttributesSeparationFixer</code> - handle method <code>get</code> aliased in trait import (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8822">\#8822</a>\)</li>
<li>fix: <code>LowercaseStaticReferenceFixer</code> - do not touch enum's cases (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8824">\#8824</a>\)</li>
<li>fix: <code>StatementIndentationFixer</code> - multi constant statement containing array (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8825">\#8825</a>\)</li>
<li>fix: <code>VisibilityRequiredFixer</code> - handle promoted property with visibility and reference, but without type (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8823">\#8823</a>\)</li>
</ul>
<h2>Changelog for v3.82.1</h2>
<ul>
<li>fix: <code>OrderedClassElementsFixer</code> - handle property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8817">\#8817</a>\)</li>
<li>fix: <code>SingleClassElementPerStatementFixer</code> - fix for property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8816">\#8816</a>\)</li>
</ul>
<h2>Changelog for v3.82.0</h2>
<ul>
<li>chore: cleanup <code>FCTTest</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8808">\#8808</a>\)</li>
<li>chore: PhpdocOrderFixer.php - CPU optimization (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8812">\#8812</a>\)</li>
<li>deps: update box (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8795">\#8795</a>\)</li>
<li>docs: fix whitespace around code examples and reference sections in rules' docs (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8810">\#8810</a>\)</li>
<li>feat: <code>MagicConstantCasingFixer</code> - support <code>__PROPERTY__</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8809">\#8809</a>\)</li>
<li>feat: <code>PhpUnitDataProviderNameFixer</code> - support data providers defined by both annotation and attribute for the same test (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8811">\#8811</a>\)</li>
<li>fix: <code>PhpdocToParamTypeFixer</code> - always handle reference in PHPDoc (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8813">\#8813</a>\)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/b83916e79a6386a1ec43fdd72391aeb13b63282f"><code>b83916e</code></a> prepared the 3.83.0 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/998cf2e2304e08c8e9ad4a0a736a7c5efac806c1"><code>998cf2e</code></a> fix: BracesPositionFixer - fix performance issue for massive files with CT::T...</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f247a10627f3494a1e246f5855f724bcafe4d9a3"><code>f247a10</code></a> chore: early compat check with Symfony 8 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8827">\#8827</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5a9e2eb22b1fc30bb380a01f87e7e4995e2ece4d"><code>5a9e2eb</code></a> chore: configure native_constant_invocation (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8840">\#8840</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6f865d1d9a5cc19a1c815029df326e597b21ac2e"><code>6f865d1</code></a> chore: Add CS commit to .git-blame-ignore-revs</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/adf95039e6c28528f19dcae5da7322d953761782"><code>adf9503</code></a> chore: apply native_constant_invocation for build-in consts (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8837">\#8837</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/16285b7cf2882ca44803ef35d31074f252dcf187"><code>16285b7</code></a> fix: <code>NoUnreachableDefaultArgumentValueFixer</code> - do not crash on property hook...</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/e22657553b122c8c2e7d31f22f7117d7fcd4df98"><code>e226575</code></a> feat: Suppress enable parallel runner message when only 1 core is available (...</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/19e1957fa7c8b170d79fbe28b98a3047c1dc7f36"><code>19e1957</code></a> chore: <code>FullyQualifiedStrictTypesFixer</code> - reduce function calls (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8834">\#8834</a>\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/64e69dd506a7c39fad2aa23380b94e1d51155e2d"><code>64e69dd</code></a> CI: mark jobs allow-to-fail declarative, instead of imperative check (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8829">\#8829</a>\)</li>
<li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.81.0...v3.83.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>