Skip to content

Commit

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

composer(deps): Bump friendsofphp/php-cs-fixer from 3.51.0 to 3.52.0
  • Loading branch information
localheinz committed Mar 18, 2024
2 parents 8abdaa1 + 42917c5 commit 8bd6ee2
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 80 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
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.24.0...main`][6.24.0...main].

### Changed

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

## [`6.24.0`][6.24.0]

For a full diff see [`6.23.0...6.24.0`][6.23.0...6.24.0].
Expand Down Expand Up @@ -1577,6 +1581,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#1025]: https://github.com/ergebnis/php-cs-fixer-config/pull/1025
[#1026]: https://github.com/ergebnis/php-cs-fixer-config/pull/1026
[#1036]: https://github.com/ergebnis/php-cs-fixer-config/pull/1036
[#1037]: https://github.com/ergebnis/php-cs-fixer-config/pull/1037

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
2 changes: 1 addition & 1 deletion composer.json
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.51.0",
"friendsofphp/php-cs-fixer": "~3.52.0",
"kubawerlos/php-cs-fixer-custom-fixers": "~3.21.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.

4 changes: 1 addition & 3 deletions src/RuleSet/Php53.php
Expand Up @@ -427,9 +427,7 @@ public static function create(): RuleSet
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php54.php
Expand Up @@ -428,9 +428,7 @@ public static function create(): RuleSet
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php55.php
Expand Up @@ -434,9 +434,7 @@ public static function create(): RuleSet
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php56.php
Expand Up @@ -434,9 +434,7 @@ public static function create(): RuleSet
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php71.php
Expand Up @@ -434,9 +434,7 @@ public static function create(): RuleSet
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php72.php
Expand Up @@ -434,9 +434,7 @@ public static function create(): RuleSet
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php73.php
Expand Up @@ -434,9 +434,7 @@ public static function create(): RuleSet
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php74.php
Expand Up @@ -434,9 +434,7 @@ public static function create(): RuleSet
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php80.php
Expand Up @@ -444,9 +444,7 @@ public static function create(): RuleSet
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php81.php
Expand Up @@ -445,9 +445,7 @@ public static function create(): RuleSet
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => true,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php82.php
Expand Up @@ -445,9 +445,7 @@ public static function create(): RuleSet
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => true,
Expand Down
4 changes: 1 addition & 3 deletions src/RuleSet/Php83.php
Expand Up @@ -445,9 +445,7 @@ public static function create(): RuleSet
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => true,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php53Test.php
Expand Up @@ -450,9 +450,7 @@ protected function expectedRules(): Rules
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php54Test.php
Expand Up @@ -451,9 +451,7 @@ protected function expectedRules(): Rules
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php55Test.php
Expand Up @@ -457,9 +457,7 @@ protected function expectedRules(): Rules
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php56Test.php
Expand Up @@ -457,9 +457,7 @@ protected function expectedRules(): Rules
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php71Test.php
Expand Up @@ -457,9 +457,7 @@ protected function expectedRules(): Rules
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php72Test.php
Expand Up @@ -457,9 +457,7 @@ protected function expectedRules(): Rules
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php73Test.php
Expand Up @@ -457,9 +457,7 @@ protected function expectedRules(): Rules
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php74Test.php
Expand Up @@ -457,9 +457,7 @@ protected function expectedRules(): Rules
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php80Test.php
Expand Up @@ -467,9 +467,7 @@ protected function expectedRules(): Rules
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php81Test.php
Expand Up @@ -468,9 +468,7 @@ protected function expectedRules(): Rules
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => true,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php82Test.php
Expand Up @@ -468,9 +468,7 @@ protected function expectedRules(): Rules
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => true,
Expand Down
4 changes: 1 addition & 3 deletions test/Unit/RuleSet/Php83Test.php
Expand Up @@ -468,9 +468,7 @@ protected function expectedRules(): Rules
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'numeric_literal_separator' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => true,
Expand Down

0 comments on commit 8bd6ee2

Please sign in to comment.