Skip to content

Commit

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

composer(deps): bump friendsofphp/php-cs-fixer from 3.9.4 to 3.9.5
  • Loading branch information
localheinz committed Jul 22, 2022
2 parents 908e16f + 2c89802 commit 8557dc4
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 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 [`4.5.3...main`][4.5.3...main].

### Fixed

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

## [`4.5.3`][4.5.3]

For a full diff see [`4.5.2...4.5.3`][4.5.2...4.5.3].
Expand Down Expand Up @@ -696,6 +700,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
[#630]: https://github.com/ergebnis/php-cs-fixer-config/pull/630
[#632]: https://github.com/ergebnis/php-cs-fixer-config/pull/632
[#633]: https://github.com/ergebnis/php-cs-fixer-config/pull/633
[#636]: https://github.com/ergebnis/php-cs-fixer-config/pull/636

[@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.9.4"
"friendsofphp/php-cs-fixer": "~3.9.5"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.28.3",
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/Php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ final class Php74 extends AbstractRuleSet implements ExplicitRuleSet
'use' => 'echo',
],
'no_multiline_whitespace_around_double_arrow' => true,
'no_multiple_statements_per_line' => true,
'no_null_property_initialization' => true,
'no_php4_constructor' => false,
'no_short_bool_cast' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ final class Php80 extends AbstractRuleSet implements ExplicitRuleSet
'use' => 'echo',
],
'no_multiline_whitespace_around_double_arrow' => true,
'no_multiple_statements_per_line' => true,
'no_null_property_initialization' => true,
'no_php4_constructor' => false,
'no_short_bool_cast' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ final class Php81 extends AbstractRuleSet implements ExplicitRuleSet
'use' => 'echo',
],
'no_multiline_whitespace_around_double_arrow' => true,
'no_multiple_statements_per_line' => true,
'no_null_property_initialization' => true,
'no_php4_constructor' => false,
'no_short_bool_cast' => true,
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 @@ -325,6 +325,7 @@ final class Php74Test extends ExplicitRuleSetTestCase
'use' => 'echo',
],
'no_multiline_whitespace_around_double_arrow' => true,
'no_multiple_statements_per_line' => true,
'no_null_property_initialization' => true,
'no_php4_constructor' => false,
'no_short_bool_cast' => true,
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 @@ -326,6 +326,7 @@ final class Php80Test extends ExplicitRuleSetTestCase
'use' => 'echo',
],
'no_multiline_whitespace_around_double_arrow' => true,
'no_multiple_statements_per_line' => true,
'no_null_property_initialization' => true,
'no_php4_constructor' => false,
'no_short_bool_cast' => true,
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 @@ -326,6 +326,7 @@ final class Php81Test extends ExplicitRuleSetTestCase
'use' => 'echo',
],
'no_multiline_whitespace_around_double_arrow' => true,
'no_multiple_statements_per_line' => true,
'no_null_property_initialization' => true,
'no_php4_constructor' => false,
'no_short_bool_cast' => true,
Expand Down

0 comments on commit 8557dc4

Please sign in to comment.