Skip to content

Commit

Permalink
Added rule to ignore string implicit backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Jul 1, 2024
1 parent d770fa9 commit f49ec82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
'error_suppression' => true,
'ereg_to_preg' => true,
'dir_constant' => true,
'string_implicit_backslashes' => [
'single_quoted' => 'ignore',
],
])
->setFinder($finder)
->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line
Expand Down

0 comments on commit f49ec82

Please sign in to comment.