Skip to content

Commit 83dd409

Browse files
authored
Merge pull request #1306 from ergebnis/dependabot/composer/friendsofphp/php-cs-fixer-3.89.1
composer(deps): Bump friendsofphp/php-cs-fixer from 3.88.2 to 3.89.1
2 parents cf88b6d + e8be5b8 commit 83dd409

33 files changed

+103
-39
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.55.0...main`][6.55.0...main].
1010

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

1317
For a full diff see [`6.54.0...6.55.0`][6.54.0...6.55.0].
@@ -2081,6 +2085,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0].
20812085
[#1289]: https://github.com/ergebnis/php-cs-fixer-config/pull/1289
20822086
[#1296]: https://github.com/ergebnis/php-cs-fixer-config/pull/1296
20832087
[#1298]: https://github.com/ergebnis/php-cs-fixer-config/pull/1298
2088+
[#1306]: https://github.com/ergebnis/php-cs-fixer-config/pull/1306
20842089

20852090
[@dependabot]: https://github.com/apps/dependabot
20862091
[@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.88.2",
23+
"friendsofphp/php-cs-fixer": "~3.89.1",
2424
"kubawerlos/php-cs-fixer-custom-fixers": "~3.35.1"
2525
},
2626
"require-dev": {

composer.lock

Lines changed: 7 additions & 8 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ public static function create(): RuleSet
157157
'space' => 'none',
158158
],
159159
'declare_parentheses' => true,
160-
'declare_strict_types' => true,
160+
'declare_strict_types' => [
161+
'preserve_existing_declaration' => false,
162+
],
161163
'dir_constant' => true,
162164
'doctrine_annotation_array_assignment' => [
163165
'ignored_tags' => Doctrine::IGNORED_TAGS,

src/RuleSet/Php54.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ public static function create(): RuleSet
158158
'space' => 'none',
159159
],
160160
'declare_parentheses' => true,
161-
'declare_strict_types' => true,
161+
'declare_strict_types' => [
162+
'preserve_existing_declaration' => false,
163+
],
162164
'dir_constant' => true,
163165
'doctrine_annotation_array_assignment' => [
164166
'ignored_tags' => Doctrine::IGNORED_TAGS,

src/RuleSet/Php55.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ public static function create(): RuleSet
160160
'space' => 'none',
161161
],
162162
'declare_parentheses' => true,
163-
'declare_strict_types' => true,
163+
'declare_strict_types' => [
164+
'preserve_existing_declaration' => false,
165+
],
164166
'dir_constant' => true,
165167
'doctrine_annotation_array_assignment' => [
166168
'ignored_tags' => Doctrine::IGNORED_TAGS,

src/RuleSet/Php56.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ public static function create(): RuleSet
160160
'space' => 'none',
161161
],
162162
'declare_parentheses' => true,
163-
'declare_strict_types' => true,
163+
'declare_strict_types' => [
164+
'preserve_existing_declaration' => false,
165+
],
164166
'dir_constant' => true,
165167
'doctrine_annotation_array_assignment' => [
166168
'ignored_tags' => Doctrine::IGNORED_TAGS,

src/RuleSet/Php70.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ public static function create(): RuleSet
160160
'space' => 'none',
161161
],
162162
'declare_parentheses' => true,
163-
'declare_strict_types' => true,
163+
'declare_strict_types' => [
164+
'preserve_existing_declaration' => false,
165+
],
164166
'dir_constant' => true,
165167
'doctrine_annotation_array_assignment' => [
166168
'ignored_tags' => Doctrine::IGNORED_TAGS,

src/RuleSet/Php71.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ public static function create(): RuleSet
160160
'space' => 'none',
161161
],
162162
'declare_parentheses' => true,
163-
'declare_strict_types' => true,
163+
'declare_strict_types' => [
164+
'preserve_existing_declaration' => false,
165+
],
164166
'dir_constant' => true,
165167
'doctrine_annotation_array_assignment' => [
166168
'ignored_tags' => Doctrine::IGNORED_TAGS,

src/RuleSet/Php72.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ public static function create(): RuleSet
160160
'space' => 'none',
161161
],
162162
'declare_parentheses' => true,
163-
'declare_strict_types' => true,
163+
'declare_strict_types' => [
164+
'preserve_existing_declaration' => false,
165+
],
164166
'dir_constant' => true,
165167
'doctrine_annotation_array_assignment' => [
166168
'ignored_tags' => Doctrine::IGNORED_TAGS,

0 commit comments

Comments
 (0)