Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 9a356ec

Browse files
committed
fix: fixed cs fixes with php-cs-fixer and rector
1 parent ddd3a1c commit 9a356ec

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
@@ -172,7 +172,7 @@ public function getRules(): array
172172
}
173173

174174
/**
175-
* @return array<string, array<string, string>>|array<string, array<string, bool>>|array<string, bool>
175+
* @return array<string, array<string, bool>>|array<string, array<string, string>>|array<string, bool>
176176
*
177177
* @psalm-return array{final_static_access: true, final_public_method_for_abstract_class: true, lowercase_constants: false, global_namespace_import: array{import_classes: true, import_constants: true, import_functions: true}, nullable_type_declaration_for_default_null_value: true, phpdoc_line_span: array{const: string, method: string, property: string}, phpdoc_to_param_type: false, self_static_accessor: true}
178178
*/

0 commit comments

Comments
 (0)