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

Commit 2cb3792

Browse files
committed
wip
1 parent 214a8a5 commit 2cb3792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
->setRules([
1919
'@PSR2' => true,
2020
'array_syntax' => ['syntax' => 'short'],
21-
'ordered_imports' => ['sortAlgorithm' => 'alpha'],
21+
'ordered_imports' => ['sort_algorithm' => 'alpha'],
2222
'no_unused_imports' => true,
2323
'not_operator_with_successor_space' => true,
2424
'trailing_comma_in_multiline' => true,

0 commit comments

Comments
 (0)