Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 11415b3

Browse files
committed
Updated php-cs-fixers
1 parent 3e6098f commit 11415b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ return Config::create()
4444
'no_whitespace_before_comma_in_array' => true,
4545
'no_whitespace_in_blank_line' => true,
4646
'object_operator_without_whitespace' => true,
47-
'ordered_imports' => true,
47+
'ordered_imports' => ['imports_order' => ['class', 'function', 'const']],
4848
'phpdoc_align' => true,
4949
'phpdoc_indent' => true,
5050
'phpdoc_no_access' => true,

0 commit comments

Comments
 (0)