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

Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) 
from 3.71.0 to 3.72.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.72.0 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: <code>MbStrFunctionsFixer</code> - fix imports 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/8474";>PHP-CS-Fixer/PHP-CS-Fixer#8474</a></li>
<li>deps: Upgrade PHPStan to 2.1.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/8489";>PHP-CS-Fixer/PHP-CS-Fixer#8489</a></li>
<li>fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body 
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/8480";>PHP-CS-Fixer/PHP-CS-Fixer#8480</a></li>
<li>deps: upgrade few dev-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/8490";>PHP-CS-Fixer/PHP-CS-Fixer#8490</a></li>
<li>feat: <code>StatementIndentationFixer</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/8492";>PHP-CS-Fixer/PHP-CS-Fixer#8492</a></li>
<li>fix: <code>VisibilityRequiredFixer</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/8495";>PHP-CS-Fixer/PHP-CS-Fixer#8495</a></li>
<li>refactor: Runner - unify paths used when using parallel runner 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/8488";>PHP-CS-Fixer/PHP-CS-Fixer#8488</a></li>
<li>refactor: generalize CodeHasher into Hasher 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/8500";>PHP-CS-Fixer/PHP-CS-Fixer#8500</a></li>
<li>DX: add trailing comma to multiline auto-generated types 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/8499";>PHP-CS-Fixer/PHP-CS-Fixer#8499</a></li>
<li>refactor: use Hasher instead of md5 directly 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/8501";>PHP-CS-Fixer/PHP-CS-Fixer#8501</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.71.0...v3.72.0";>https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.71.0...v3.72.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.72.0</h2>
<ul>
<li>feat: <code>StatementIndentationFixer</code> - handle property hooks (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8492";>#8492</a>)</li>
<li>fix: <code>MbStrFunctionsFixer</code> - fix imports (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8474";>#8474</a>)</li>
<li>fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body 
(<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8480";>#8480</a>)</li>
<li>fix: <code>VisibilityRequiredFixer</code> - handle property hooks (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8495";>#8495</a>)</li>
<li>deps: upgrade few dev-deps (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8490";>#8490</a>)</li>
<li>deps: Upgrade PHPStan to 2.1.8 (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8489";>#8489</a>)</li>
<li>DX: add trailing comma to multiline auto-generated types (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8499";>#8499</a>)</li>
<li>refactor: generalize CodeHasher into Hasher (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8500";>#8500</a>)</li>
<li>refactor: Runner - unify paths used when using parallel runner (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8488";>#8488</a>)</li>
<li>refactor: use Hasher instead of md5 directly (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8501";>#8501</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/900389362c43d116fee1ffc51f7878145fa61b57";><code>9003893</code></a>
 prepared the 3.72.0 release</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/aa8688cff235e8f1f1c98fa08d8bbe16d5d13873";><code>aa8688c</code></a>
 refactor: use Hasher instead of md5 directly (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8501";>#8501</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/16b7eb726e9f19aa6c5b01b74287f9ef8238bdd7";><code>16b7eb7</code></a>
 DX: add trailing comma to multiline auto-generated types (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8499";>#8499</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/52e4dbd7ed394e0ae35bc1245c13b0f0acc11f9a";><code>52e4dbd</code></a>
 refactor: generalize CodeHasher into Hasher (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8500";>#8500</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/45f2571ad3bb552851f1015b7e210fb7258366fd";><code>45f2571</code></a>
 refactor: Runner - unify paths used when using parallel runner (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8488";>#8488</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/06b4f5da744dc2c1ea4d74f198cfa143718bab80";><code>06b4f5d</code></a>
 fix: <code>VisibilityRequiredFixer</code> - handle property hooks (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8495";>#8495</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3a8911d215b32d3ea19ef8ebd1287672ac36f834";><code>3a8911d</code></a>
 feat: <code>StatementIndentationFixer</code> - handle property hooks (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8492";>#8492</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4fcd3d03eeab8fa5d4d0a47b3366f4619e987f75";><code>4fcd3d0</code></a>
 deps: upgrade few dev-deps (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8490";>#8490</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f289820c16b7363f64565cdeaf65d4e944670870";><code>f289820</code></a>
 fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8480";>#8480</a>)</li>
<li><a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/0f7ba2d1115011f6c2e9d5a557c572e23bf25a70";><code>0f7ba2d</code></a>
 deps: Upgrade PHPStan to 2.1.8 (<a 
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8489";>#8489</a>)</li>
<li>Additional commits viewable in <a 
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.71.0...v3.72.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.71.0&new-version=3.72.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