Skip to content

Commit d848964

Browse files
chore(ci): fix Invalid php-cs-fixer configuration property
1 parent bb0f2fe commit d848964

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
@@ -20,7 +20,7 @@
2020
->setRules([
2121
'@PSR2' => true,
2222
'array_syntax' => ['syntax' => 'short'],
23-
'ordered_imports' => ['sortAlgorithm' => 'alpha'],
23+
'ordered_imports' => ['sort_algorithm' => 'alpha'],
2424
'no_unused_imports' => true,
2525
'not_operator_with_successor_space' => true,
2626
'trailing_comma_in_multiline' => true,

0 commit comments

Comments
 (0)