[PHP-WEBMASTER] [web-php] PR #1246: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.71.0 to 3.72.0

Pull Request: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.71.0 to 3.72.0 by dependabot[bot] · Pull Request #1246 · 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.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&quot;&gt;friendsofphp/php\-cs\-fixer&#39;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&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/8474&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8474&lt;/a&gt;&lt;/li&gt;
<li>deps: Upgrade PHPStan to 2.1.8 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/8489&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8489&lt;/a&gt;&lt;/li&gt;
<li>fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body 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/8480&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8480&lt;/a&gt;&lt;/li&gt;
<li>deps: upgrade few dev-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/8490&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8490&lt;/a&gt;&lt;/li&gt;
<li>feat: <code>StatementIndentationFixer</code> - handle property hooks 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/8492&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8492&lt;/a&gt;&lt;/li&gt;
<li>fix: <code>VisibilityRequiredFixer</code> - handle property hooks 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/8495&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8495&lt;/a&gt;&lt;/li&gt;
<li>refactor: Runner - unify paths used when using parallel runner 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/8488&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8488&lt;/a&gt;&lt;/li&gt;
<li>refactor: generalize CodeHasher into Hasher 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/8500&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8500&lt;/a&gt;&lt;/li&gt;
<li>DX: add trailing comma to multiline auto-generated types 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/8499&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8499&lt;/a&gt;&lt;/li&gt;
<li>refactor: use Hasher instead of md5 directly 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/8501&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8501&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.71.0...v3.72.0&quot;&gt;https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.71.0...v3.72.0&lt;/a&gt;&lt;/p&gt;
</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&quot;&gt;friendsofphp/php\-cs\-fixer&#39;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&quot;&gt;\#8492&lt;/a&gt;\)</li>
<li>fix: <code>MbStrFunctionsFixer</code> - fix imports (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8474&quot;&gt;\#8474&lt;/a&gt;\)</li>
<li>fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8480&quot;&gt;\#8480&lt;/a&gt;\)</li>
<li>fix: <code>VisibilityRequiredFixer</code> - handle property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8495&quot;&gt;\#8495&lt;/a&gt;\)</li>
<li>deps: upgrade few dev-deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8490&quot;&gt;\#8490&lt;/a&gt;\)</li>
<li>deps: Upgrade PHPStan to 2.1.8 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8489&quot;&gt;\#8489&lt;/a&gt;\)</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&quot;&gt;\#8499&lt;/a&gt;\)</li>
<li>refactor: generalize CodeHasher into Hasher (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8500&quot;&gt;\#8500&lt;/a&gt;\)</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&quot;&gt;\#8488&lt;/a&gt;\)</li>
<li>refactor: use Hasher instead of md5 directly (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8501&quot;&gt;\#8501&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/900389362c43d116fee1ffc51f7878145fa61b57&quot;&gt;&lt;code&gt;9003893&lt;/code&gt;&lt;/a&gt; prepared the 3.72.0 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/aa8688cff235e8f1f1c98fa08d8bbe16d5d13873&quot;&gt;&lt;code&gt;aa8688c&lt;/code&gt;&lt;/a&gt; refactor: use Hasher instead of md5 directly (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8501&quot;&gt;\#8501&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/16b7eb726e9f19aa6c5b01b74287f9ef8238bdd7&quot;&gt;&lt;code&gt;16b7eb7&lt;/code&gt;&lt;/a&gt; DX: add trailing comma to multiline auto-generated types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8499&quot;&gt;\#8499&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/52e4dbd7ed394e0ae35bc1245c13b0f0acc11f9a&quot;&gt;&lt;code&gt;52e4dbd&lt;/code&gt;&lt;/a&gt; refactor: generalize CodeHasher into Hasher (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8500&quot;&gt;\#8500&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/45f2571ad3bb552851f1015b7e210fb7258366fd&quot;&gt;&lt;code&gt;45f2571&lt;/code&gt;&lt;/a&gt; refactor: Runner - unify paths used when using parallel runner (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8488&quot;&gt;\#8488&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/06b4f5da744dc2c1ea4d74f198cfa143718bab80&quot;&gt;&lt;code&gt;06b4f5d&lt;/code&gt;&lt;/a&gt; fix: <code>VisibilityRequiredFixer</code> - handle property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8495&quot;&gt;\#8495&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3a8911d215b32d3ea19ef8ebd1287672ac36f834&quot;&gt;&lt;code&gt;3a8911d&lt;/code&gt;&lt;/a&gt; feat: <code>StatementIndentationFixer</code> - handle property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8492&quot;&gt;\#8492&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4fcd3d03eeab8fa5d4d0a47b3366f4619e987f75&quot;&gt;&lt;code&gt;4fcd3d0&lt;/code&gt;&lt;/a&gt; deps: upgrade few dev-deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8490&quot;&gt;\#8490&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f289820c16b7363f64565cdeaf65d4e944670870&quot;&gt;&lt;code&gt;f289820&lt;/code&gt;&lt;/a&gt; fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8480&quot;&gt;\#8480&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/0f7ba2d1115011f6c2e9d5a557c572e23bf25a70&quot;&gt;&lt;code&gt;0f7ba2d&lt;/code&gt;&lt;/a&gt; deps: Upgrade PHPStan to 2.1.8 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8489&quot;&gt;\#8489&lt;/a&gt;\)</li>
<li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.71.0...v3.72.0&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.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>