Skip to content

Commit

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

composer(deps): bump friendsofphp/php-cs-fixer from 3.4.0 to 3.5.0
  • Loading branch information
localheinz committed Jan 14, 2022
2 parents ee811e1 + bd5a2d1 commit 71f59d9
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 64 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 [`3.4.0...main`][3.4.0...main].

### Changed

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

### Fixed

* Dropped support for PHP 7.3 ([#540]), by [@localheinz]
Expand Down Expand Up @@ -555,6 +559,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#527]: https://github.com/ergebnis/php-cs-fixer-config/pull/527
[#540]: https://github.com/ergebnis/php-cs-fixer-config/pull/540
[#544]: https://github.com/ergebnis/php-cs-fixer-config/pull/544
[#545]: https://github.com/ergebnis/php-cs-fixer-config/pull/545

[@dependabot]: https://github.com/apps/dependabot
[@linuxjuggler]: https://github.com/linuxjuggler
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-filter": "*",
"friendsofphp/php-cs-fixer": "~3.4.0"
"friendsofphp/php-cs-fixer": "~3.5.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.23.0",
Expand Down
122 changes: 59 additions & 63 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
Expand Up @@ -198,6 +198,7 @@ final class Php74 extends AbstractRuleSet implements ExplicitRuleSet
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Expand Up @@ -198,6 +198,7 @@ final class Php80 extends AbstractRuleSet implements ExplicitRuleSet
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Expand Up @@ -198,6 +198,7 @@ final class Php81 extends AbstractRuleSet implements ExplicitRuleSet
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php74Test.php
Expand Up @@ -204,6 +204,7 @@ final class Php74Test extends ExplicitRuleSetTestCase
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php80Test.php
Expand Up @@ -204,6 +204,7 @@ final class Php80Test extends ExplicitRuleSetTestCase
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php81Test.php
Expand Up @@ -204,6 +204,7 @@ final class Php81Test extends ExplicitRuleSetTestCase
'inheritdocs' => 'inheritdoc',
],
],
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'group_import' => false,
'header_comment' => false,
Expand Down

0 comments on commit 71f59d9

Please sign in to comment.