diff --git a/.php_cs.dist b/.php_cs.dist index fe6e788..3b03a36 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -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', ], diff --git a/.styleci.yml b/.styleci.yml index 01cf726..4d03130 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -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