mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
StyleCI configuration > fix bug "The provided fixer 'concat_with_spaces' cannot be enabled at the same time as 'concat_without_spaces'"
This commit is contained in:
@@ -14,7 +14,7 @@ return PhpCsFixer\Config::create()
|
||||
],
|
||||
'blank_line_before_return' => false,
|
||||
'cast_spaces' => false,
|
||||
// "concat_space" instead of "concat_with_spaces" option used by StyleCI
|
||||
// "concat_space" instead of "concat_without_spaces" option used by StyleCI
|
||||
'concat_space' => [
|
||||
'spacing' => 'one',
|
||||
],
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
preset: symfony
|
||||
|
||||
enabled:
|
||||
- concat_with_spaces
|
||||
- phpdoc_add_missing_param_annotation
|
||||
- phpdoc_order
|
||||
|
||||
disabled:
|
||||
- blank_line_before_return
|
||||
- cast_spaces
|
||||
- concat_without_spaces
|
||||
- phpdoc_align
|
||||
- phpdoc_separation
|
||||
- phpdoc_summary
|
||||
|
||||
Reference in New Issue
Block a user