Disable temporarly escape_implicit_backslashes
This commit is contained in:
parent
6a2b90b44d
commit
43d7dc92cd
|
@ -9,6 +9,7 @@ $config = new PhpCsFixer\Config();
|
||||||
return $config->setRules([
|
return $config->setRules([
|
||||||
'@PhpCsFixer' => true,
|
'@PhpCsFixer' => true,
|
||||||
'concat_space' => ['spacing' => 'one'],
|
'concat_space' => ['spacing' => 'one'],
|
||||||
|
'escape_implicit_backslashes' => false,
|
||||||
'ordered_class_elements' => false,
|
'ordered_class_elements' => false,
|
||||||
'yoda_style' => false,
|
'yoda_style' => false,
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue