We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61a651 commit 4d5e153Copy full SHA for 4d5e153
.php-cs-fixer.dist.php
@@ -52,6 +52,7 @@
52
'single_line_throw' => false,
53
'no_alias_language_construct_call' => false,
54
'no_null_property_initialization' => false,
55
+ 'nullable_type_declaration_for_default_null_value' => true,
56
'global_namespace_import' => [
57
'import_classes' => true,
58
'import_constants' => false,
0 commit comments