Skip to content

Commit 7c41370

Browse files
committed
Add nullable_type_declaration rule
1 parent 476bc19 commit 7c41370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ protected function prepareRules() : void
201201
'normalize_index_brace' => true,
202202
'not_operator_with_space' => false,
203203
'not_operator_with_successor_space' => false,
204+
'nullable_type_declaration' => true,
204205
'nullable_type_declaration_for_default_null_value' => true,
205206
'object_operator_without_whitespace' => true,
206207
'ordered_class_elements' => [

0 commit comments

Comments
 (0)