Skip to content

Commit f49ec82

Browse files
committed
Added rule to ignore string implicit backslashes
1 parent d770fa9 commit f49ec82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.php-cs-fixer.dist.php

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
'error_suppression' => true,
3535
'ereg_to_preg' => true,
3636
'dir_constant' => true,
37+
'string_implicit_backslashes' => [
38+
'single_quoted' => 'ignore',
39+
],
3740
])
3841
->setFinder($finder)
3942
->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line

0 commit comments

Comments
 (0)