Skip to content

Commit

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

composer(deps): Bump friendsofphp/php-cs-fixer from 3.29.0 to 3.30.0
  • Loading branch information
localheinz committed Sep 27, 2023
2 parents 7fce65c + f533851 commit 99f4289
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 8 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.3.0...main`][6.3.0...main].

### Changed

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

## [`6.3.0`][6.3.0]

For a full diff see [`6.2.0...6.3.0`][6.2.0...6.3.0].
Expand Down Expand Up @@ -1249,6 +1253,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#894]: https://github.com/ergebnis/php-cs-fixer-config/pull/894
[#896]: https://github.com/ergebnis/php-cs-fixer-config/pull/896
[#899]: https://github.com/ergebnis/php-cs-fixer-config/pull/899
[#900]: https://github.com/ergebnis/php-cs-fixer-config/pull/900

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

1 change: 1 addition & 0 deletions src/RuleSet/Php53.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'long',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php54.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php55.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php56.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php70.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php71.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php72.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php73.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php74.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => true,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => true,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => true,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php82.php
Expand Up @@ -54,6 +54,7 @@ public static function create(): RuleSet
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => true,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php53Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'long',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php54Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php55Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php56Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php70Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php71Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php72Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php73Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => false,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php74Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => true,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php80Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => true,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php81Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => true,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php82Test.php
Expand Up @@ -67,6 +67,7 @@ protected function expectedRules(): Rules
'syntax' => 'short',
],
'assign_null_coalescing_to_coalesce_equal' => true,
'attribute_empty_parentheses' => false,
'backtick_to_shell_exec' => true,
'binary_operator_spaces' => [
'default' => 'single_space',
Expand Down

0 comments on commit 99f4289

Please sign in to comment.