Skip to content

Commit 24e9dac

Browse files
committed
chore(deps): update php-cs-fixer to v3.52
- Update the php-cs-fixer dependency version from 3.51 to 3.52
1 parent f3ffb4a commit 24e9dac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@
175175
'scope' => 'namespaced',
176176
'strict' => true,
177177
],
178-
'nullable_type_declaration_for_default_null_value' => [
179-
'use_nullable_type_declaration' => true,
180-
],
178+
'nullable_type_declaration_for_default_null_value' => true,
181179
'phpdoc_to_param_type' => [
182180
'scalar_types' => true,
183181
],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"barryvdh/laravel-debugbar": "^3.7",
5757
"brainmaestro/composer-git-hooks": "^2.8",
5858
"ergebnis/composer-normalize": "^2.42",
59-
"friendsofphp/php-cs-fixer": "^3.51",
59+
"friendsofphp/php-cs-fixer": "^3.52",
6060
"guanguans/ai-commit": "dev-main",
6161
"guanguans/monorepo-builder-worker": "^1.4",
6262
"itsgoingd/clockwork": "^5.2",

0 commit comments

Comments
 (0)