StyleCI > disable & remove

This commit is contained in:
Meritoo
2018-06-16 14:43:16 +02:00
parent f4c12661b4
commit 107480d01b
4 changed files with 2 additions and 16 deletions

View File

@@ -14,7 +14,6 @@ return PhpCsFixer\Config::create()
],
'blank_line_before_return' => false,
'cast_spaces' => false,
// "concat_space" instead of "concat_without_spaces" option used by StyleCI
'concat_space' => [
'spacing' => 'one',
],