Skip to content

Commit

Permalink
Merge pull request #1177 from ergebnis/dependabot/composer/friendsofp…
Browse files Browse the repository at this point in the history
…hp/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 5672e94 + 7427792 commit 0e302ab
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`6.43.1...main`][6.43.1...main].

### Changed

- Updated `friendsofphp/php-cs-fixer` ([#1177]), by [@dependabot]

## [`6.43.1`][6.43.1]

For a full diff see [`6.43.0...6.43.1`][6.43.0...6.43.1].
Expand Down Expand Up @@ -1877,6 +1881,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#1169]: https://github.com/ergebnis/php-cs-fixer-config/pull/1169
[#1170]: https://github.com/ergebnis/php-cs-fixer-config/pull/1170
[#1173]: https://github.com/ergebnis/php-cs-fixer-config/pull/1173
[#1177]: https://github.com/ergebnis/php-cs-fixer-config/pull/1177

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-filter": "*",
"erickskrauch/php-cs-fixer-custom-fixers": "~1.3.0",
"friendsofphp/php-cs-fixer": "~3.69.1",
"friendsofphp/php-cs-fixer": "~3.70.0",
"kubawerlos/php-cs-fixer-custom-fixers": "~3.23.0"
},
"require-dev": {
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/Php53.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php54.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php55.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php56.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php70.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php71.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php72.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php73.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php82.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php83.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php84.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ public static function create(): RuleSet
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php53Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php54Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php55Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php56Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php70Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'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' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php71Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php72Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php73Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php74Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php80Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php81Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php82Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php83Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php84Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ protected function expectedRules(): Rules
'assertSame',
],
],
'php_unit_data_provider_method_order' => false,
'php_unit_data_provider_name' => false,
'php_unit_data_provider_return_type' => true,
'php_unit_data_provider_static' => [
Expand Down

0 comments on commit 0e302ab

Please sign in to comment.