Skip to content

Commit d606408

Browse files
authored
Merge pull request #1318 from ergebnis/dependabot/composer/friendsofphp/php-cs-fixer-3.91.0
composer(deps): Bump friendsofphp/php-cs-fixer from 3.89.2 to 3.91.0
2 parents dde02aa + 827f144 commit d606408

33 files changed

+70
-35
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
For a full diff see [`6.56.1...main`][6.56.1...main].
1010

11+
### Changed
12+
13+
- Updated `friendsofphp/php-cs-fixer` ([#1318]), by [@dependabot]
14+
1115
## [`6.56.1`][6.56.1]
1216

1317
For a full diff see [`6.56.0...6.56.1`][6.56.0...6.56.1].
@@ -2103,6 +2107,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
21032107
[#1298]: https://github.com/ergebnis/php-cs-fixer-config/pull/1298
21042108
[#1306]: https://github.com/ergebnis/php-cs-fixer-config/pull/1306
21052109
[#1309]: https://github.com/ergebnis/php-cs-fixer-config/pull/1309
2110+
[#1318]: https://github.com/ergebnis/php-cs-fixer-config/pull/1318
21062111

21072112
[@dependabot]: https://github.com/apps/dependabot
21082113
[@linuxjuggler]: https://github.com/linuxjuggler

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2121
"ext-filter": "*",
2222
"erickskrauch/php-cs-fixer-custom-fixers": "~1.3.0",
23-
"friendsofphp/php-cs-fixer": "~3.89.2",
23+
"friendsofphp/php-cs-fixer": "~3.91.0",
2424
"kubawerlos/php-cs-fixer-custom-fixers": "~3.35.1"
2525
},
2626
"require-dev": {

composer.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/RuleSet/Php53.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@ public static function create(): RuleSet
846846
],
847847
'string_length_to_empty' => true,
848848
'string_line_ending' => true,
849+
'stringable_for_to_string' => false,
849850
'switch_case_semicolon_to_colon' => true,
850851
'switch_case_space' => true,
851852
'switch_continue_to_break' => true,

src/RuleSet/Php54.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ public static function create(): RuleSet
848848
],
849849
'string_length_to_empty' => true,
850850
'string_line_ending' => true,
851+
'stringable_for_to_string' => false,
851852
'switch_case_semicolon_to_colon' => true,
852853
'switch_case_space' => true,
853854
'switch_continue_to_break' => true,

src/RuleSet/Php55.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ public static function create(): RuleSet
859859
],
860860
'string_length_to_empty' => true,
861861
'string_line_ending' => true,
862+
'stringable_for_to_string' => false,
862863
'switch_case_semicolon_to_colon' => true,
863864
'switch_case_space' => true,
864865
'switch_continue_to_break' => true,

src/RuleSet/Php56.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ public static function create(): RuleSet
859859
],
860860
'string_length_to_empty' => true,
861861
'string_line_ending' => true,
862+
'stringable_for_to_string' => false,
862863
'switch_case_semicolon_to_colon' => true,
863864
'switch_case_space' => true,
864865
'switch_continue_to_break' => true,

src/RuleSet/Php70.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,7 @@ public static function create(): RuleSet
861861
],
862862
'string_length_to_empty' => true,
863863
'string_line_ending' => true,
864+
'stringable_for_to_string' => false,
864865
'switch_case_semicolon_to_colon' => true,
865866
'switch_case_space' => true,
866867
'switch_continue_to_break' => true,

src/RuleSet/Php71.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ public static function create(): RuleSet
862862
],
863863
'string_length_to_empty' => true,
864864
'string_line_ending' => true,
865+
'stringable_for_to_string' => false,
865866
'switch_case_semicolon_to_colon' => true,
866867
'switch_case_space' => true,
867868
'switch_continue_to_break' => true,

src/RuleSet/Php72.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ public static function create(): RuleSet
862862
],
863863
'string_length_to_empty' => true,
864864
'string_line_ending' => true,
865+
'stringable_for_to_string' => false,
865866
'switch_case_semicolon_to_colon' => true,
866867
'switch_case_space' => true,
867868
'switch_continue_to_break' => true,

0 commit comments

Comments
 (0)