Skip to content

Commit

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

composer(deps): Bump friendsofphp/php-cs-fixer from 3.32.0 to 3.33.0
  • Loading branch information
localheinz authored Sep 29, 2023
2 parents 873b3a2 + 27e52bd commit 43cef96
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 32 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.5.0...main`][6.5.0...main].

### Changed

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

## [`6.5.0`][6.5.0]

For a full diff see [`6.4.0...6.5.0`][6.4.0...6.5.0].
Expand Down Expand Up @@ -1275,6 +1279,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#901]: https://github.com/ergebnis/php-cs-fixer-config/pull/901
[#902]: https://github.com/ergebnis/php-cs-fixer-config/pull/902
[#903]: https://github.com/ergebnis/php-cs-fixer-config/pull/903
[#904]: https://github.com/ergebnis/php-cs-fixer-config/pull/904

[@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": "~8.1.0 || ~8.2.0",
"ext-filter": "*",
"erickskrauch/php-cs-fixer-custom-fixers": "~1.2.0",
"friendsofphp/php-cs-fixer": "~3.32.0",
"friendsofphp/php-cs-fixer": "~3.33.0",
"kubawerlos/php-cs-fixer-custom-fixers": "~3.16.2"
},
"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.

2 changes: 1 addition & 1 deletion src/RuleSet/Php53.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php54.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php55.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php56.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php70.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php71.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php72.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php73.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion src/RuleSet/Php82.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static function create(): RuleSet
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php53Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php54Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php55Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php56Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php70Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php71Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php72Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php73Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php74Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php80Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php81Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/RuleSet/Php82Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ protected function expectedRules(): Rules
'scope' => 'all',
'strict' => false,
],
'native_function_type_declaration_casing' => true,
'native_type_declaration_casing' => true,
'new_with_parentheses' => [
'anonymous_class' => true,
'named_class' => true,
Expand Down

0 comments on commit 43cef96

Please sign in to comment.