Skip to content

Commit

Permalink
Keep list alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Apr 19, 2024
1 parent c530db4 commit 0fad9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function getRules(): array
"no_whitespace_in_blank_line" => true,
"non_printable_character" => true,
"normalize_index_brace" => true,
"nullable_type_declaration_for_default_null_value" => true,
"ordered_imports" => ['imports_order' => ['class', 'const', 'function']],
"php_unit_construct" => true,
"php_unit_dedicate_assert" => true,
Expand All @@ -57,7 +58,6 @@ public function getRules(): array
"psr_autoloading" => ['dir' => $this->src],
"return_type_declaration" => ["space_before" => "none"],
"short_scalar_cast" => true,
"nullable_type_declaration_for_default_null_value" => true,
];
}
}

0 comments on commit 0fad9ec

Please sign in to comment.