Skip to content

Commit

Permalink
Merge pull request #941 from ergebnis/dependabot/composer/friendsofph…
Browse files Browse the repository at this point in the history
…p/php-cs-fixer-3.70.0

composer(deps): Bump friendsofphp/php-cs-fixer from 3.69.1 to 3.70.0
  • Loading branch information
localheinz authored Feb 23, 2025
2 parents 40b7b42 + f66bce3 commit 91b1202
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"friendsofphp/php-cs-fixer": "~3.69.1"
"friendsofphp/php-cs-fixer": "~3.70.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.45.0",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/RuleSet/Custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public static function create(): RuleSet
'php_unit_assert_new_names' => false,
'php_unit_attributes' => false,
'php_unit_construct' => false,
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => false,
'php_unit_data_provider_static' => false,
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/CustomTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ protected function expectedRules(): Rules
'php_unit_assert_new_names' => false,
'php_unit_attributes' => false,
'php_unit_construct' => false,
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => false,
'php_unit_data_provider_static' => false,
Expand Down

0 comments on commit 91b1202

Please sign in to comment.