Skip to content

Commit 0fad9ec

Browse files
committed
Keep list alphabetical
1 parent c530db4 commit 0fad9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function getRules(): array
4848
"no_whitespace_in_blank_line" => true,
4949
"non_printable_character" => true,
5050
"normalize_index_brace" => true,
51+
"nullable_type_declaration_for_default_null_value" => true,
5152
"ordered_imports" => ['imports_order' => ['class', 'const', 'function']],
5253
"php_unit_construct" => true,
5354
"php_unit_dedicate_assert" => true,
@@ -57,7 +58,6 @@ public function getRules(): array
5758
"psr_autoloading" => ['dir' => $this->src],
5859
"return_type_declaration" => ["space_before" => "none"],
5960
"short_scalar_cast" => true,
60-
"nullable_type_declaration_for_default_null_value" => true,
6161
];
6262
}
6363
}

0 commit comments

Comments
 (0)