Skip to content

Commit

Permalink
Enable nullable_type_declaration_for_default_null_value fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 1, 2024
1 parent c7301fd commit 8414139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
'no_whitespace_in_blank_line' => true,
'non_printable_character' => true,
'normalize_index_brace' => true,
'nullable_type_declaration_for_default_null_value' => true,
'object_operator_without_whitespace' => true,
'operator_linebreak' => [
'only_booleans' => true,
Expand Down

0 comments on commit 8414139

Please sign in to comment.