mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-26 10:13:44 +02:00
Fix broken php-cs-fixer config
This commit is contained in:
@@ -21,7 +21,7 @@ return (new Config())
|
||||
'no_unreachable_default_argument_value' => true,
|
||||
'no_useless_return' => true,
|
||||
'ordered_imports' => [
|
||||
'sortAlgorithm' => 'length',
|
||||
'sort_algorithm' => 'length',
|
||||
],
|
||||
'phpdoc_align' => [
|
||||
'align' => 'left',
|
||||
|
||||
Reference in New Issue
Block a user