Skip to content

Commit e183c61

Browse files
build(deps-dev): Bump friendsofphp/php-cs-fixer from 3.92.5 to 3.93.0 in /vendor-bin/php-cs-fixer in the dependencies group (#1174)
Bumps the dependencies group in /vendor-bin/php-cs-fixer with 1 update: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer). Updates `friendsofphp/php-cs-fixer` from 3.92.5 to 3.93.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.93.0 Exceptional Exception</h2> <h2>What's Changed</h2> <ul> <li>feat: <code>@PHP7x0MigrationRisky</code> - update configuration of <code>RandomApiMigrationFixer</code> to match it's newly updated v4 defaults 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/9368">PHP-CS-Fixer/PHP-CS-Fixer#9368</a></li> <li>feat: <code>@symfony:risky</code> - extend set with <code>modern_serialization_methods</code> 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/9366">PHP-CS-Fixer/PHP-CS-Fixer#9366</a></li> <li>feat: <code>@symfony:risky</code> - extend set with <code>static_lambda</code> 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/9365">PHP-CS-Fixer/PHP-CS-Fixer#9365</a></li> <li>feat: <code>@symfony</code> - enable <code>no_unneeded_control_parentheses.statements.negative_instanceof</code> 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/9336">PHP-CS-Fixer/PHP-CS-Fixer#9336</a></li> <li>feat: <code>@symfony</code> - extend set with <code>no_useless_else</code> 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/9363">PHP-CS-Fixer/PHP-CS-Fixer#9363</a></li> <li>feat: <code>@symfony</code> - extend set with <code>no_useless_return</code> 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/9364">PHP-CS-Fixer/PHP-CS-Fixer#9364</a></li> <li>feat: <code>RandomApiMigrationFixer</code> - allow to convert <code>mt_getrandmax</code> and <code>mt_srand</code> 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/9367">PHP-CS-Fixer/PHP-CS-Fixer#9367</a></li> <li>feat: add <code>ModernSerializationMethodsFixer</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/9108">PHP-CS-Fixer/PHP-CS-Fixer#9108</a></li> <li>feat: Add <code>NoRedundantReadonlyPropertyFixer</code> by <a href="https://github.com/jack-worman"><code>@​jack-worman</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9339">PHP-CS-Fixer/PHP-CS-Fixer#9339</a></li> <li>feat: add <code>PhpdocTypesNoDuplicatesFixer</code> by <a href="https://github.com/FeBe95"><code>@​FeBe95</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9312">PHP-CS-Fixer/PHP-CS-Fixer#9312</a></li> <li>feat: do not suggest config file creation if config explicitly skipped with <code>--config=-</code> 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/9379">PHP-CS-Fixer/PHP-CS-Fixer#9379</a></li> <li>feat: improve handling of <code>@see</code> tags in <code>FullyQualifiedStrictTypesFixer</code> by <a href="https://github.com/mspirkov"><code>@​mspirkov</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9350">PHP-CS-Fixer/PHP-CS-Fixer#9350</a></li> <li>feat: PER attribute block no spaces by <a href="https://github.com/stakovicz"><code>@​stakovicz</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9264">PHP-CS-Fixer/PHP-CS-Fixer#9264</a></li> <li>feat: php_unit_test_case_static_method_calls - change default 'call_type' to 'this' for v4 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/9328">PHP-CS-Fixer/PHP-CS-Fixer#9328</a></li> <li>feat: protected_to_private - add to<code>@symfony</code> set 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/9303">PHP-CS-Fixer/PHP-CS-Fixer#9303</a></li> <li>feat: PSR/PER-CS - adjust <code>braces_position</code> rule by <a href="https://github.com/mspirkov"><code>@​mspirkov</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9329">PHP-CS-Fixer/PHP-CS-Fixer#9329</a></li> <li>feat: remove <code>php_unit_test_case_static_method_calls</code> from PHPUnit sets 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/9341">PHP-CS-Fixer/PHP-CS-Fixer#9341</a></li> <li>fix: <code>ModifierKeywordsFixer</code> - closure in attribute 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/9358">PHP-CS-Fixer/PHP-CS-Fixer#9358</a></li> <li>fix: <code>NoUselessElseFixer</code> - handle conditional symbol declarations 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/9347">PHP-CS-Fixer/PHP-CS-Fixer#9347</a></li> <li>fix: <code>OrderedClassElementsFixer</code> - closure in attribute 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/9357">PHP-CS-Fixer/PHP-CS-Fixer#9357</a></li> <li>fix: <code>PhpUnitAttributesFixer</code> - do not add for annotation <code>@testwith</code> when attribute <code>TestWith</code> already present 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/9354">PHP-CS-Fixer/PHP-CS-Fixer#9354</a></li> <li>fix: properly expose memory usage while running parallel mode 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/9352">PHP-CS-Fixer/PHP-CS-Fixer#9352</a></li> <li>chore: add clarifying <code>@return</code> annotations to <code>Config</code> by <a href="https://github.com/mspirkov"><code>@​mspirkov</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9337">PHP-CS-Fixer/PHP-CS-Fixer#9337</a></li> <li>chore: fix <code>assign.propertyType</code> error from PHPStan 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/9332">PHP-CS-Fixer/PHP-CS-Fixer#9332</a></li> <li>chore: PHPUnit sets - cleanup test, update docs/comments 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/9342">PHP-CS-Fixer/PHP-CS-Fixer#9342</a></li> <li>chore: simplify <code>phpstan:baseline</code> command 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/9346">PHP-CS-Fixer/PHP-CS-Fixer#9346</a></li> <li>deps: bump crate-ci/typos from 1.41.0 to 1.42.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9338">PHP-CS-Fixer/PHP-CS-Fixer#9338</a></li> <li>deps: bump crate-ci/typos from 1.42.0 to 1.42.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9376">PHP-CS-Fixer/PHP-CS-Fixer#9376</a></li> <li>deps: bump 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/9369">PHP-CS-Fixer/PHP-CS-Fixer#9369</a></li> <li>deps: bump the phpstan group in /dev-tools with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9375">PHP-CS-Fixer/PHP-CS-Fixer#9375</a></li> <li>docs: show default value for future mode 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/9355">PHP-CS-Fixer/PHP-CS-Fixer#9355</a></li> <li>DX: add env for easier finding which fixer break a PHP syntax 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/9356">PHP-CS-Fixer/PHP-CS-Fixer#9356</a></li> <li>refactor: add base key-existence check for cross-process communication in 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/9360">PHP-CS-Fixer/PHP-CS-Fixer#9360</a></li> <li>refactor: FixerDocumentGenerator - limit the scope to create rule instance in future mode only 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/9359">PHP-CS-Fixer/PHP-CS-Fixer#9359</a></li> <li>test: fix compatibility towards 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/9370">PHP-CS-Fixer/PHP-CS-Fixer#9370</a></li> <li>test: update PHP 8.5 compat test to cover closure in attribute and prevent conversion to empty arrow function 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/9373">PHP-CS-Fixer/PHP-CS-Fixer#9373</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.5...v3.93.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.5...v3.93.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.93.0</h2> <ul> <li>feat: add <code>ModernSerializationMethodsFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9108">#9108</a>)</li> <li>feat: Add <code>NoRedundantReadonlyPropertyFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9339">#9339</a>)</li> <li>feat: add <code>PhpdocTypesNoDuplicatesFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9312">#9312</a>)</li> <li>feat: do not suggest config file creation if config explicitly skipped with <code>--config=-</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9379">#9379</a>)</li> <li>feat: improve handling of <code>@see</code> tags in <code>FullyQualifiedStrictTypesFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9350">#9350</a>)</li> <li>feat: PER attribute block no spaces (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9264">#9264</a>)</li> <li>feat: php_unit_test_case_static_method_calls - change default 'call_type' to 'this' for v4 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9328">#9328</a>)</li> <li>feat: protected_to_private - add to<code>@symfony</code> set (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9303">#9303</a>)</li> <li>feat: PSR/PER-CS - adjust <code>braces_position</code> rule (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9329">#9329</a>)</li> <li>feat: remove <code>php_unit_test_case_static_method_calls</code> from PHPUnit sets (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9341">#9341</a>)</li> <li>feat: <code>@PHP7x0MigrationRisky</code> - update configuration of <code>RandomApiMigrationFixer</code> to match it's newly updated v4 defaults (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9368">#9368</a>)</li> <li>feat: <code>@symfony:risky</code> - extend set with <code>modern_serialization_methods</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9366">#9366</a>)</li> <li>feat: <code>@symfony:risky</code> - extend set with <code>static_lambda</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9365">#9365</a>)</li> <li>feat: <code>@symfony</code> - enable <code>no_unneeded_control_parentheses.statements.negative_instanceof</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9336">#9336</a>)</li> <li>feat: <code>@symfony</code> - extend set with <code>no_useless_else</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9363">#9363</a>)</li> <li>feat: <code>@symfony</code> - extend set with <code>no_useless_return</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9364">#9364</a>)</li> <li>feat: <code>RandomApiMigrationFixer</code> - allow to convert <code>mt_getrandmax</code> and <code>mt_srand</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9367">#9367</a>)</li> <li>fix: properly expose memory usage while running parallel mode (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9352">#9352</a>)</li> <li>fix: <code>ModifierKeywordsFixer</code> - closure in attribute (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9358">#9358</a>)</li> <li>fix: <code>NoUselessElseFixer</code> - handle conditional symbol declarations (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9347">#9347</a>)</li> <li>fix: <code>OrderedClassElementsFixer</code> - closure in attribute (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9357">#9357</a>)</li> <li>fix: <code>PhpUnitAttributesFixer</code> - do not add for annotation <code>@testwith</code> when attribute <code>TestWith</code> already present (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9354">#9354</a>)</li> <li>refactor: add base key-existence check for cross-process communication in parallel runner (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9360">#9360</a>)</li> <li>refactor: FixerDocumentGenerator - limit the scope to create rule instance in future mode only (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9359">#9359</a>)</li> <li>test: fix compatibility towards Symfony 8 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9370">#9370</a>)</li> <li>test: update PHP 8.5 compat test to cover closure in attribute and prevent conversion to empty arrow function (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9373">#9373</a>)</li> <li>chore: add clarifying <code>@return</code> annotations to <code>Config</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9337">#9337</a>)</li> <li>chore: fix <code>assign.propertyType</code> error from PHPStan (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9332">#9332</a>)</li> <li>chore: PHPUnit sets - cleanup test, update docs/comments (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9342">#9342</a>)</li> <li>chore: simplify <code>phpstan:baseline</code> command (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9346">#9346</a>)</li> <li>deps: bump crate-ci/typos from 1.41.0 to 1.42.0 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9338">#9338</a>)</li> <li>deps: bump crate-ci/typos from 1.42.0 to 1.42.1 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9376">#9376</a>)</li> <li>deps: bump dev deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9369">#9369</a>)</li> <li>deps: bump the phpstan group in /dev-tools with 3 updates (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9375">#9375</a>)</li> <li>docs: show default value for future mode (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9355">#9355</a>)</li> <li>DX: add env for easier finding which fixer break a PHP syntax (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9356">#9356</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/50895a07cface1385082e4caa6a6786c4e033468"><code>50895a0</code></a> prepared the 3.93.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/0292db59f0526e60c3981ee6dbba92aa3a5f199b"><code>0292db5</code></a> feat: do not suggest config file creation if config explicitly skipped with `...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7b6a712055e40d67aa2342690db72cb9162ada83"><code>7b6a712</code></a> feat: PER attribute block no spaces (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9264">#9264</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7101f88c404abf3ef4f7a559bcad4e5319aaf589"><code>7101f88</code></a> feat: Add <code>NoRedundantReadonlyPropertyFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9339">#9339</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/1e446b9871aa5c22741c500cab6bde3994cf91e5"><code>1e446b9</code></a> feat: remove <code>php_unit_test_case_static_method_calls</code> from PHPUnit sets (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9341">#9341</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/eb72849ff553e2924ee25fe04689f46968d44b1f"><code>eb72849</code></a> feat: php_unit_test_case_static_method_calls - change default 'call_type' to ...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/05bea8fe45384e3f3fe99d63ecd3bdc1b81a6d8b"><code>05bea8f</code></a> deps: bump the phpstan group in /dev-tools with 3 updates (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9375">#9375</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/d49f3131c4c95a601c4adda2ffd36d45235de70e"><code>d49f313</code></a> deps: bump crate-ci/typos from 1.42.0 to 1.42.1 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9376">#9376</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/70b4c41a430106c39b96238c68816e02f6c4e147"><code>70b4c41</code></a> feat: improve handling of <code>@see</code> tags in <code>FullyQualifiedStrictTypesFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9">#9</a>...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/d89d8139df1741cd4c6e63b41a406ce339f81cea"><code>d89d813</code></a> refactor: add base key-existence check for cross-process communication in par...</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.92.5...v3.93.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8c0c96 commit e183c61

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

vendor-bin/php-cs-fixer/composer.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)