From d80c05f2cb9e60dd0fcc00c4b9ac8c806dae40c5 Mon Sep 17 00:00:00 2001 From: condor2 Date: Mon, 12 Feb 2024 11:07:50 +0200 Subject: [PATCH] Update .php-cs-fixer.php --- .php-cs-fixer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index fb9c748b50..6d09a94a3d 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -1,7 +1,7 @@ true, 'ereg_to_preg' => true, 'error_suppression' => true, - 'escape_implicit_backslashes' => true, + 'string_implicit_backslashes' => true, 'explicit_indirect_variable' => true, 'explicit_string_variable' => true, 'fopen_flag_order' => true,