We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3098bd + 57d7644 commit 789c68bCopy full SHA for 789c68b
1 file changed
src/CsFixerConfig.php
@@ -79,6 +79,10 @@ class CsFixerConfig extends Config implements CsFixerConfigInterface
79
'no_unused_imports' => true,
80
'no_useless_else' => true,
81
'no_useless_nullsafe_operator' => true,
82
+ 'nullable_type_declaration' => [
83
+ 'syntax' => 'question_mark',
84
+ ],
85
+ 'nullable_type_declaration_for_default_null_value' => true,
86
'ordered_imports' => ['imports_order' => ['class', 'function', 'const'], 'sort_algorithm' => 'alpha'],
87
'php_unit_construct' => ['assertions' => ['assertEquals', 'assertSame', 'assertNotEquals', 'assertNotSame']],
88
'php_unit_mock_short_will_return' => true,
0 commit comments