Skip to content

Commit

Permalink
Merge pull request #1051 from ergebnis/dependabot/composer/friendsofp…
Browse files Browse the repository at this point in the history
…hp/php-cs-fixer-3.54.0

composer(deps): Bump friendsofphp/php-cs-fixer from 3.52.1 to 3.54.0
  • Loading branch information
localheinz committed Apr 20, 2024
2 parents 8834c08 + 25a22da commit e645662
Show file tree
Hide file tree
Showing 29 changed files with 72 additions and 40 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.25.1...main`][6.25.1...main].

### Changed

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

## [`6.25.1`][6.25.1]

For a full diff see [`6.25.0...6.25.1`][6.25.0...6.25.1].
Expand Down Expand Up @@ -1599,6 +1603,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#1036]: https://github.com/ergebnis/php-cs-fixer-config/pull/1036
[#1037]: https://github.com/ergebnis/php-cs-fixer-config/pull/1037
[#1039]: https://github.com/ergebnis/php-cs-fixer-config/pull/1039
[#1051]: https://github.com/ergebnis/php-cs-fixer-config/pull/1051

[@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",
"ext-filter": "*",
"erickskrauch/php-cs-fixer-custom-fixers": "~1.2.4",
"friendsofphp/php-cs-fixer": "~3.52.1",
"friendsofphp/php-cs-fixer": "~3.54.0",
"kubawerlos/php-cs-fixer-custom-fixers": "~3.21.0"
},
"require-dev": {
Expand Down
79 changes: 40 additions & 39 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 @@ -475,6 +475,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php54.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php55.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php56.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php70.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php71.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php72.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php73.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php82.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php83.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static function create(): RuleSet
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
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 @@ -498,6 +498,7 @@ protected function expectedRules(): Rules
'null_adjustment' => 'always_first',
'sort_algorithm' => 'alpha',
],
'php_unit_attributes' => false,
'php_unit_construct' => [
'assertions' => [
'assertEquals',
Expand Down

0 comments on commit e645662

Please sign in to comment.