Reenable escape_implicit_backslashes
This commit is contained in:
parent
f05c228f1d
commit
1a765d3d66
|
@ -9,7 +9,6 @@ $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