Fix broken php-cs-fixer config
This commit is contained in:
parent
b19ce4df7c
commit
7169b481b1
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -46,7 +46,7 @@ yarn-error.log
|
||||||
|
|
||||||
# PHP
|
# PHP
|
||||||
/vendor
|
/vendor
|
||||||
.php_cs.cache
|
.php-cs-fixer.cache
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
|
||||||
#-------------------#
|
#-------------------#
|
||||||
|
|
|
@ -21,7 +21,7 @@ return (new Config())
|
||||||
'no_unreachable_default_argument_value' => true,
|
'no_unreachable_default_argument_value' => true,
|
||||||
'no_useless_return' => true,
|
'no_useless_return' => true,
|
||||||
'ordered_imports' => [
|
'ordered_imports' => [
|
||||||
'sortAlgorithm' => 'length',
|
'sort_algorithm' => 'length',
|
||||||
],
|
],
|
||||||
'phpdoc_align' => [
|
'phpdoc_align' => [
|
||||||
'align' => 'left',
|
'align' => 'left',
|
||||||
|
|
Loading…
Reference in a new issue