mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 17:06:28 +02:00
fix php cs fixer concat operator to use space
This commit is contained in:
parent
9de6697752
commit
08bf5a878a
26 changed files with 113 additions and 109 deletions
|
@ -24,8 +24,10 @@ $config = PhpCsFixer\Config::create()
|
|||
'@PhpCsFixer:risky' => true,
|
||||
'header_comment' => ['header' => $header],
|
||||
'list_syntax' => ['syntax' => 'long'],
|
||||
'array_syntax' => ['syntax' => 'short'],
|
||||
'mb_str_functions' => true,
|
||||
'method_separation' => true,
|
||||
'concat_space' => ['spacing' => 'one'],
|
||||
'braces' => [
|
||||
'position_after_anonymous_constructs' => 'next',
|
||||
'position_after_control_structures' => 'next',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue