Commit 81c4452
authored
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.74.0 to 3.75.0 in /tools/php-cs-fixer (#214)
Updates the requirements on
[friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer)
to permit the latest version.
<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.75.0 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: <code>ClassAttributesSeparationFixer</code> - add support for
asymmetric visibility 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/8518">PHP-CS-Fixer/PHP-CS-Fixer#8518</a></li>
<li>fix: <code>NativeFunctionInvocationFixer</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/8540">PHP-CS-Fixer/PHP-CS-Fixer#8540</a></li>
<li>deps: bump the phpstan group in /dev-tools with 2 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8537">PHP-CS-Fixer/PHP-CS-Fixer#8537</a></li>
<li>chore: <code>FunctionsAnalyzerTest</code> cleanup 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/8539">PHP-CS-Fixer/PHP-CS-Fixer#8539</a></li>
<li>chore: add return types for data providers for fixers 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/8542">PHP-CS-Fixer/PHP-CS-Fixer#8542</a></li>
<li>chore: add return types for data providers for non-fixers 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/8543">PHP-CS-Fixer/PHP-CS-Fixer#8543</a></li>
<li>chore: add return types for remaining data providers 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/8544">PHP-CS-Fixer/PHP-CS-Fixer#8544</a></li>
<li>chore: make data providers key type <code>string</code> if all the
keys are strings 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/8545">PHP-CS-Fixer/PHP-CS-Fixer#8545</a></li>
<li>chore: SwitchContinueToBreakFixerTest - improve test case
descriptions/typehint 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/8546">PHP-CS-Fixer/PHP-CS-Fixer#8546</a></li>
<li>test: ProjectCodeTest::testDataProvidersDeclaredReturnType - allow
for int as iterable keys 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/8548">PHP-CS-Fixer/PHP-CS-Fixer#8548</a></li>
<li>chore: make data providers key type <code>int</code> if all the keys
are strings 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/8550">PHP-CS-Fixer/PHP-CS-Fixer#8550</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.74.0...v3.75.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.74.0...v3.75.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.75.0</h2>
<ul>
<li>feat: <code>ClassAttributesSeparationFixer</code> - add support for
asymmetric visibility (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8518">#8518</a>)</li>
<li>fix: <code>NativeFunctionInvocationFixer</code> - fix for property
hooks (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8540">#8540</a>)</li>
<li>chore: add return types for data providers for fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8542">#8542</a>)</li>
<li>chore: add return types for data providers for non-fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8543">#8543</a>)</li>
<li>chore: add return types for remaining data providers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8544">#8544</a>)</li>
<li>chore: make data providers key type <code>int</code> if all the keys
are strings (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8550">#8550</a>)</li>
<li>chore: make data providers key type <code>string</code> if all the
keys are strings (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8545">#8545</a>)</li>
<li>chore: SwitchContinueToBreakFixerTest - improve test case
descriptions/typehint (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8546">#8546</a>)</li>
<li>chore: <code>FunctionsAnalyzerTest</code> cleanup (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8539">#8539</a>)</li>
<li>deps: bump the phpstan group in /dev-tools with 2 updates (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8537">#8537</a>)</li>
<li>test: ProjectCodeTest::testDataProvidersDeclaredReturnType - allow
for int as iterable keys (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8548">#8548</a>)</li>
</ul>
<h2>Changelog for v3.74.0</h2>
<ul>
<li>feat: add <code>--format=@auto</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8513">#8513</a>)</li>
<li>fix: <code>BracesPositionFixer</code> - do not create two
consecutive whitespace tokens (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8496">#8496</a>)</li>
<li>fix: <code>MbStrFunctionsFixer</code> - fix imports with leading
backslash (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8507">#8507</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/8512">#8512</a>)</li>
<li>fix: <code>OrderedImportsFixer</code> - do not take the braces part
in grouped imports into account (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8459">#8459</a>)</li>
<li>fix: <code>OrderedImportsFixer</code> - fix syntax error with
grouped use statement and multiple use with comma (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8483">#8483</a>)</li>
<li>fix: <code>PhpUnitAttributesFixer</code> - handle parentheses after
data provider method name (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8510">#8510</a>)</li>
<li>fix: <code>PhpUnitMethodCasingFixer</code> - do not touch anonymous
class (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8463">#8463</a>)</li>
<li>chore: make options that have default and allowed sets the same size
the same array (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8529">#8529</a>)</li>
<li>chore: update return type of
<code>FixerOptionInterface::getAllowedValues</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8530">#8530</a>)</li>
<li>chore: <code>Preg</code> - improve types (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8527">#8527</a>)</li>
<li>CI: fix code coverage job (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8520">#8520</a>)</li>
<li>CI: try MacOS job without ParaUnit (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8528">#8528</a>)</li>
<li>deps: update PHPStan (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8531">#8531</a>)</li>
<li>deps: upgrade <code>PHPStan/*</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8524">#8524</a>)</li>
</ul>
<h2>Changelog for v3.73.1</h2>
<ul>
<li>fix: <code>OrderedClassElementsFixer</code> - do not crash on
property hook (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8517">#8517</a>)</li>
</ul>
<h2>Changelog for v3.73.0</h2>
<ul>
<li>feat: add support for asymmetric visibility to Doctrine's fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8415">#8415</a>)</li>
<li>fix: <code>GeneralPhpdocTagRenameFixer</code> - do not rename keys
in array shape definition (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8477">#8477</a>)</li>
<li>fix: <code>MethodArgumentSpaceFixer</code> - handle when nested in
HTML (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8503">#8503</a>)</li>
<li>chore: update <code>checkbashisms</code> to 2.25.5 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8519">#8519</a>)</li>
<li>DX: cleanup <code>NoExtraBlankLinesFixerTest</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8505">#8505</a>)</li>
<li>DX: for duplicated test methods check methods without parameters (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8508">#8508</a>)</li>
<li>DX: remove more duplicated test methods (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8506">#8506</a>)</li>
<li>refactor: <code>Tokenizer</code> hash metode using
<code>xxHash</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8491">#8491</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/399a128ff2fdaf4281e4e79b755693286cdf325c"><code>399a128</code></a>
prepared the 3.75.0 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/e44b8f953fff0e614094ea382c8a5cd61516d2e9"><code>e44b8f9</code></a>
chore: make data providers key type <code>int</code> if all the keys are
strings (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8550">#8550</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5e315b2b934a2cee645fd6c9f0bc1c3c9659df8a"><code>5e315b2</code></a>
fix: <code>NativeFunctionInvocationFixer</code> - fix for property hooks
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8540">#8540</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f04f2d0a8ee06a2c285b1d1ab2432a8f7eb62c6f"><code>f04f2d0</code></a>
feat: <code>ClassAttributesSeparationFixer</code> - add support for
asymmetric visibilit...</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/da93a497a0db7be7172a5179ae1cbd67163277e0"><code>da93a49</code></a>
test: ProjectCodeTest::testDataProvidersDeclaredReturnType - allow for
int as...</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3f4c07d67d574db8d0ec0fd0233910ec341fc32a"><code>3f4c07d</code></a>
chore: SwitchContinueToBreakFixerTest - improve test case
descriptions/typehi...</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4b39f2b6a15128ddbfa45df8e95170274b0377b4"><code>4b39f2b</code></a>
chore: make data providers key type <code>string</code> if all the keys
are strings (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8545">#8545</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/86720d42d83d43b814b1c10226dbbfc5be6aaf25"><code>86720d4</code></a>
chore: add return types for remaining data providers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8544">#8544</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6d14a6e798e9dab3982d7541bfa83c25b9fdb4cf"><code>6d14a6e</code></a>
chore: add return types for data providers for non-fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8543">#8543</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2f3791e37f1c182febdb78e17f0245e422999878"><code>2f3791e</code></a>
chore: add return types for data providers for fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8542">#8542</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.74.0...v3.75.0">compare
view</a></li>
</ul>
</details>
<br />
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ab69018 commit 81c4452
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments