Skip to content

Commit

Permalink
chore(deps): update php-cs-fixer to v3.52
Browse files Browse the repository at this point in the history
- Update the php-cs-fixer dependency version from 3.51 to 3.52
  • Loading branch information
guanguans committed Apr 1, 2024
1 parent f3ffb4a commit 24e9dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@
'scope' => 'namespaced',
'strict' => true,
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'phpdoc_to_param_type' => [
'scalar_types' => true,
],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"barryvdh/laravel-debugbar": "^3.7",
"brainmaestro/composer-git-hooks": "^2.8",
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.51",
"friendsofphp/php-cs-fixer": "^3.52",
"guanguans/ai-commit": "dev-main",
"guanguans/monorepo-builder-worker": "^1.4",
"itsgoingd/clockwork": "^5.2",
Expand Down

0 comments on commit 24e9dac

Please sign in to comment.