Open salarmehr opened 1 year ago
Could you provide an example of how to config this to use this PHP-CS-Fixer: concat_space => ['spacing' => 'one'] \PhpCsFixer\Fixer\Operator\ConcatSpaceFixer ?
concat_space => ['spacing' => 'one']
\PhpCsFixer\Fixer\Operator\ConcatSpaceFixer
This seems to work for us :
'config' => [ ConcatSpaceFixer::class => [ 'spacing' => 'one', ], ],
Could you provide an example of how to config this to use this PHP-CS-Fixer:
concat_space => ['spacing' => 'one']
\PhpCsFixer\Fixer\Operator\ConcatSpaceFixer
?