mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Fix broken php-cs-fixer config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -46,7 +46,7 @@ yarn-error.log
|
||||
|
||||
# PHP
|
||||
/vendor
|
||||
.php_cs.cache
|
||||
.php-cs-fixer.cache
|
||||
.phpunit.result.cache
|
||||
|
||||
#-------------------#
|
||||
|
||||
@@ -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