We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ffb4a commit 24e9dacCopy full SHA for 24e9dac
.php-cs-fixer.php
@@ -175,9 +175,7 @@
175
'scope' => 'namespaced',
176
'strict' => true,
177
],
178
- 'nullable_type_declaration_for_default_null_value' => [
179
- 'use_nullable_type_declaration' => true,
180
- ],
+ 'nullable_type_declaration_for_default_null_value' => true,
181
'phpdoc_to_param_type' => [
182
'scalar_types' => true,
183
composer.json
@@ -56,7 +56,7 @@
56
"barryvdh/laravel-debugbar": "^3.7",
57
"brainmaestro/composer-git-hooks": "^2.8",
58
"ergebnis/composer-normalize": "^2.42",
59
- "friendsofphp/php-cs-fixer": "^3.51",
+ "friendsofphp/php-cs-fixer": "^3.52",
60
"guanguans/ai-commit": "dev-main",
61
"guanguans/monorepo-builder-worker": "^1.4",
62
"itsgoingd/clockwork": "^5.2",
0 commit comments