We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91398e commit dc6239fCopy full SHA for dc6239f
.php_cs
@@ -12,7 +12,7 @@ return PhpCsFixer\Config::create()
12
'@PSR2' => true,
13
'@Symfony' => true,
14
'array_syntax' => array('syntax' => 'long'),
15
- 'concat_space' => array('spacing' => true),
+ 'concat_space' => array('spacing' => 'one'),
16
'ordered_imports' => true,
17
'no_trailing_whitespace' => true,
18
'no_useless_return' => true,
0 commit comments