Skip to content

Commit 7a06457

Browse files
authored
CS Rule. nullable_type_declaration_for_default_null_value (#65)
1 parent b972442 commit 7a06457

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
'phpdoc_align' => [],
5858
'phpdoc_to_comment' => false,
5959
'single_line_comment_spacing' => false,
60+
'nullable_type_declaration_for_default_null_value' => true,
6061
])
6162
;

0 commit comments

Comments
 (0)