Skip to content

Commit

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

composer(deps): Bump friendsofphp/php-cs-fixer from 3.12.0 to 3.13.0
  • Loading branch information
localheinz authored Nov 1, 2022
2 parents d0f43c4 + 81d5f5d commit 4badc10
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 24 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`4.10.0...main`][4.10.0...main].
For a full diff see [`4.11.0...main`][4.11.0...main].

## [`4.11.0`][4.11.0]

For a full diff see [`4.10.0...4.11.0`][4.10.0...4.11.0].

### Changed

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

## [`4.10.0`][4.10.0]

Expand Down Expand Up @@ -574,6 +582,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[4.8.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.8.0
[4.9.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.9.0
[4.10.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.10.0
[4.11.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/4.11.0

[d899e77...1.0.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/d899e77...1.0.0
[1.0.0...1.1.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/1.0.0...1.1.0
Expand Down Expand Up @@ -624,7 +633,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[4.7.0...4.8.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.7.0...4.8.0
[4.8.0...4.9.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.8.0...4.9.0
[4.9.0...4.10.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.9.0...4.10.0
[4.10.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.10.0...main
[4.10.0...4.11.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.10.0...4.11.0
[4.11.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/4.11.0...main

[#3]: https://github.com/ergebnis/php-cs-fixer-config/pull/3
[#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14
Expand Down Expand Up @@ -767,6 +777,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#655]: https://github.com/ergebnis/php-cs-fixer-config/pull/655
[#661]: https://github.com/ergebnis/php-cs-fixer-config/pull/661
[#662]: https://github.com/ergebnis/php-cs-fixer-config/pull/662
[#667]: https://github.com/ergebnis/php-cs-fixer-config/pull/667

[@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": "^7.4 || ^8.0",
"ext-filter": "*",
"friendsofphp/php-cs-fixer": "~3.12.0"
"friendsofphp/php-cs-fixer": "~3.13.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.28.3",
Expand Down
42 changes: 21 additions & 21 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/Php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ final class Php74 extends AbstractRuleSet implements ExplicitRuleSet
'full_opening_tag' => true,
'fully_qualified_strict_types' => true,
'function_declaration' => [
'closure_fn_spacing' => 'one',
'closure_function_spacing' => 'one',
'trailing_comma_single_line' => false,
],
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ final class Php80 extends AbstractRuleSet implements ExplicitRuleSet
'full_opening_tag' => true,
'fully_qualified_strict_types' => true,
'function_declaration' => [
'closure_fn_spacing' => 'one',
'closure_function_spacing' => 'one',
'trailing_comma_single_line' => false,
],
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ final class Php81 extends AbstractRuleSet implements ExplicitRuleSet
'full_opening_tag' => true,
'fully_qualified_strict_types' => true,
'function_declaration' => [
'closure_fn_spacing' => 'one',
'closure_function_spacing' => 'one',
'trailing_comma_single_line' => false,
],
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php74Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ final class Php74Test extends ExplicitRuleSetTestCase
'full_opening_tag' => true,
'fully_qualified_strict_types' => true,
'function_declaration' => [
'closure_fn_spacing' => 'one',
'closure_function_spacing' => 'one',
'trailing_comma_single_line' => false,
],
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php80Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ final class Php80Test extends ExplicitRuleSetTestCase
'full_opening_tag' => true,
'fully_qualified_strict_types' => true,
'function_declaration' => [
'closure_fn_spacing' => 'one',
'closure_function_spacing' => 'one',
'trailing_comma_single_line' => false,
],
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php81Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ final class Php81Test extends ExplicitRuleSetTestCase
'full_opening_tag' => true,
'fully_qualified_strict_types' => true,
'function_declaration' => [
'closure_fn_spacing' => 'one',
'closure_function_spacing' => 'one',
'trailing_comma_single_line' => false,
],
Expand Down

0 comments on commit 4badc10

Please sign in to comment.