Skip to content

Commit

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

composer(deps): Bump friendsofphp/php-cs-fixer from 3.20.0 to 3.21.1
  • Loading branch information
localheinz authored Jul 5, 2023
2 parents 0412fb0 + 73a7d36 commit d049202
Show file tree
Hide file tree
Showing 27 changed files with 158 additions and 33 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 [`5.10.0...main`][5.10.0...main].

## Changed

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

## [`5.10.0`][5.10.0]

For a full diff see [`5.9.2...5.10.0`][5.9.2...5.10.0].
Expand Down Expand Up @@ -1035,6 +1039,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#804]: https://github.com/ergebnis/php-cs-fixer-config/pull/804
[#805]: https://github.com/ergebnis/php-cs-fixer-config/pull/805
[#810]: https://github.com/ergebnis/php-cs-fixer-config/pull/810
[#815]: https://github.com/ergebnis/php-cs-fixer-config/pull/815

[@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 @@ -17,7 +17,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-filter": "*",
"friendsofphp/php-cs-fixer": "~3.20.0"
"friendsofphp/php-cs-fixer": "~3.21.1"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.32.0",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

7 changes: 6 additions & 1 deletion src/RuleSet/Php53.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ final class Php53 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -389,6 +388,7 @@ final class Php53 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -773,6 +773,11 @@ final class Php53 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php54.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ final class Php54 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -390,6 +389,7 @@ final class Php54 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -775,6 +775,11 @@ final class Php54 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php55.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php55 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -394,6 +393,7 @@ final class Php55 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -784,6 +784,11 @@ final class Php55 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php56.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php56 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -394,6 +393,7 @@ final class Php56 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -784,6 +784,11 @@ final class Php56 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php70.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php70 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -394,6 +393,7 @@ final class Php70 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'not_operator_with_space' => false,
'not_operator_with_successor_space' => false,
'nullable_type_declaration' => false,
'nullable_type_declaration_for_default_null_value' => false,
'object_operator_without_whitespace' => true,
'octal_notation' => false,
Expand Down Expand Up @@ -784,6 +784,11 @@ final class Php70 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php71.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php71 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -394,6 +393,7 @@ final class Php71 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -786,6 +786,11 @@ final class Php71 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php72.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php72 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -394,6 +393,7 @@ final class Php72 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -786,6 +786,11 @@ final class Php72 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php73.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php73 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -394,6 +393,7 @@ final class Php73 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -787,6 +787,11 @@ final class Php73 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php74 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -394,6 +393,7 @@ final class Php74 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -789,6 +789,11 @@ final class Php74 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php80 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -395,6 +394,7 @@ final class Php80 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -796,6 +796,11 @@ final class Php80 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
7 changes: 6 additions & 1 deletion src/RuleSet/Php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ final class Php81 extends AbstractRuleSet implements ExplicitRuleSet
'pi',
],
],
'function_typehint_space' => true,
'general_phpdoc_annotation_remove' => false,
'general_phpdoc_tag_rename' => [
'case_sensitive' => false,
Expand Down Expand Up @@ -395,6 +394,7 @@ final class Php81 extends AbstractRuleSet implements ExplicitRuleSet
'normalize_index_brace' => true,
'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,
],
Expand Down Expand Up @@ -798,6 +798,11 @@ final class Php81 extends AbstractRuleSet implements ExplicitRuleSet
],
],
'trim_array_spaces' => true,
'type_declaration_spaces' => [
'elements' => [
'function',
],
],
'types_spaces' => [
'space' => 'none',
'space_multiple_catch' => 'none',
Expand Down
Loading

0 comments on commit d049202

Please sign in to comment.