diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 218caa49..eff90bcc 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -35,6 +35,11 @@ 'ereg_to_preg' => true, 'dir_constant' => true, 'method_chaining_indentation' => false, + 'string_implicit_backslashes' => [ + 'single_quoted' => 'escape', + 'heredoc' => 'escape', + 'double_quoted' => 'escape' + ] ]) ->setFinder($finder) ->setCacheFile('.php-cs-fixer.cache') // forward compatibility with 3.x line