Skip to content

Commit 8414139

Browse files
Enable nullable_type_declaration_for_default_null_value fixer
1 parent c7301fd commit 8414139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
'no_whitespace_in_blank_line' => true,
202202
'non_printable_character' => true,
203203
'normalize_index_brace' => true,
204+
'nullable_type_declaration_for_default_null_value' => true,
204205
'object_operator_without_whitespace' => true,
205206
'operator_linebreak' => [
206207
'only_booleans' => true,

0 commit comments

Comments
 (0)