Skip to content

Commit dc6239f

Browse files
committed
Adjust php-cs-fixer configuration to 2.2.0
Signed-off-by: Michal Čihař <[email protected]>
1 parent a91398e commit dc6239f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ return PhpCsFixer\Config::create()
1212
'@PSR2' => true,
1313
'@Symfony' => true,
1414
'array_syntax' => array('syntax' => 'long'),
15-
'concat_space' => array('spacing' => true),
15+
'concat_space' => array('spacing' => 'one'),
1616
'ordered_imports' => true,
1717
'no_trailing_whitespace' => true,
1818
'no_useless_return' => true,

0 commit comments

Comments
 (0)