We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c530db4 commit 0fad9ecCopy full SHA for 0fad9ec
src/Config.php
@@ -48,6 +48,7 @@ public function getRules(): array
48
"no_whitespace_in_blank_line" => true,
49
"non_printable_character" => true,
50
"normalize_index_brace" => true,
51
+ "nullable_type_declaration_for_default_null_value" => true,
52
"ordered_imports" => ['imports_order' => ['class', 'const', 'function']],
53
"php_unit_construct" => true,
54
"php_unit_dedicate_assert" => true,
@@ -57,7 +58,6 @@ public function getRules(): array
57
58
"psr_autoloading" => ['dir' => $this->src],
59
"return_type_declaration" => ["space_before" => "none"],
60
"short_scalar_cast" => true,
- "nullable_type_declaration_for_default_null_value" => true,
61
];
62
}
63
0 commit comments