Pull Request: https://github.com/php/web-php/pull/1299
Author: dependabot[bot]

Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) 
from 3.83.0 to 3.84.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.84.0 Alexander</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: <code>VisibilityRequiredFixer</code> - support final 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/8835";>PHP-CS-Fixer/PHP-CS-Fixer#8835</a></li>
<li>chore: simplify 
<code>isGivenKind</code>/<code>equals</code>/<code>equalsAll</code> 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/8843";>PHP-CS-Fixer/PHP-CS-Fixer#8843</a></li>
<li>fix: <code>PhpdocToParamTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, <code>phpstan-import-type</code>, 
<code>psalm-type</code> and <code>psalm-import-type</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/8842";>PHP-CS-Fixer/PHP-CS-Fixer#8842</a></li>
<li>chore: introduce FCT for few missing tokens 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/8845";>PHP-CS-Fixer/PHP-CS-Fixer#8845</a></li>
<li>docs: Support for new PHP version 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/8780";>PHP-CS-Fixer/PHP-CS-Fixer#8780</a></li>
<li>feat: Introduce <code>NoUselessPrintfFixer</code> 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/8820";>PHP-CS-Fixer/PHP-CS-Fixer#8820</a></li>
<li>feat: <code>NewExpressionParenthesesFixer</code> - add to 
<code>PHP84MigrationSet</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/8788";>PHP-CS-Fixer/PHP-CS-Fixer#8788</a></li>
<li>chore: remove useless static variables for const content 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/8836";>PHP-CS-Fixer/PHP-CS-Fixer#8836</a></li>
<li>fix: <code>PhpdocToReturnTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, <code>phpstan-import-type</code>, 
<code>psalm-type</code> and <code>psalm-import-type</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/8846";>PHP-CS-Fixer/PHP-CS-Fixer#8846</a></li>
<li>fix: <code>PhpdocToPropertyTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, <code>phpstan-import-type</code>, 
<code>psalm-type</code> and <code>psalm-import-type</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/8847";>PHP-CS-Fixer/PHP-CS-Fixer#8847</a></li>
<li>feat: <code>CastSpacesFixer</code> - support <code>(void)</code> cast 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/8851";>PHP-CS-Fixer/PHP-CS-Fixer#8851</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.83.0...v3.84.0";>https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.83.0...v3.84.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.84.0</h2>
<ul>
<li>feat: Introduce <code>NoUselessPrintfFixer</code> (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8820";>#8820</a>)</li>
<li>feat: <code>CastSpacesFixer</code> - support <code>(void)</code> cast (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8851";>#8851</a>)</li>
<li>feat: <code>NewExpressionParenthesesFixer</code> - add to 
<code>PHP84MigrationSet</code> (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8788";>#8788</a>)</li>
<li>feat: <code>VisibilityRequiredFixer</code> - support final promoted 
properties (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8835";>#8835</a>)</li>
<li>fix: <code>PhpdocToParamTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, <code>phpstan-import-type</code>, 
<code>psalm-type</code> and <code>psalm-import-type</code> (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8842";>#8842</a>)</li>
<li>fix: <code>PhpdocToPropertyTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, <code>phpstan-import-type</code>, 
<code>psalm-type</code> and <code>psalm-import-type</code> (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8847";>#8847</a>)</li>
<li>fix: <code>PhpdocToReturnTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, <code>phpstan-import-type</code>, 
<code>psalm-type</code> and <code>psalm-import-type</code> (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8846";>#8846</a>)</li>
<li>chore: introduce FCT for few missing tokens (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8845";>#8845</a>)</li>
<li>chore: remove useless static variables for const content (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8836";>#8836</a>)</li>
<li>chore: simplify 
<code>isGivenKind</code>/<code>equals</code>/<code>equalsAll</code> calls (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8843";>#8843</a>)</li>
<li>docs: Support for new PHP version (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8780";>#8780</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/38dad0767bf2a9b516b976852200ae722fe984ca";><code>38dad07</code></a>
 prepared the 3.84.0 release</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/c09315acecbe45aac275a7800c6dce8129888245";><code>c09315a</code></a>
 feat: <code>CastSpacesFixer</code> - support <code>(void)</code> cast (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8851";>#8851</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/38f33a26b83036e061aa913ae499b201fc12de3b";><code>38f33a2</code></a>
 fix: <code>PhpdocToPropertyTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, ...</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/1bf3b13991c9a26eb3ffd7b11837abe1814783be";><code>1bf3b13</code></a>
 fix: <code>PhpdocToReturnTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, `p...</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/56adb6134bb4ebc48905ce834c13fa4bee99dddd";><code>56adb61</code></a>
 chore: remove useless static variables for const content (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8836";>#8836</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/809239471dc676f31c96476ce6e40a7c512584e5";><code>8092394</code></a>
 feat: <code>NewExpressionParenthesesFixer</code> - add to 
<code>PHP84MigrationSet</code> (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8788";>#8788</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/bb94482187b8ce63379f29a532318a3619f8c1b2";><code>bb94482</code></a>
 feat: Introduce <code>NoUselessPrintfFixer</code> (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8820";>#8820</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/952066a5793b52a103f7685c871a25c3fc320881";><code>952066a</code></a>
 docs: Support for new PHP version (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8780";>#8780</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/408cb9e93b594e79ea61a1645b92c402bb1e8eca";><code>408cb9e</code></a>
 chore: introduce FCT for few missing tokens (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8845";>#8845</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6d60a573a08207c4e9b3204704f8a9aefe144d37";><code>6d60a57</code></a>
 fix: <code>PhpdocToParamTypeFixer</code> - do not convert types from 
<code>phpstan-type</code>, `ph...</li>
<li>Additional commits viewable in <a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.83.0...v3.84.0";>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.83.0&new-version=3.84.0)](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>

Reply via email to