Skip to content

Commit

Permalink
Fix nullable_type_declaration_for_default_null_value config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-goncalves-kununu committed Aug 31, 2023
1 parent 897087d commit efb6df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/PHP/CodeStandards/Scripts/php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ return (new Config())
],
'void_return' => true,
'yoda_style' => [],
'nullable_type_declaration_for_default_null_value' => true,
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
])
->setFinder(
Finder::create()
Expand Down

0 comments on commit efb6df7

Please sign in to comment.