Skip to content

Commit be3ce59

Browse files
Issue #61: Use string_implicit_backslashes instead of deprecated escape_implicit_backslashes.
1 parent 56ed577 commit be3ce59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">= 7.4",
14-
"friendsofphp/php-cs-fixer": "^3.35.1",
14+
"friendsofphp/php-cs-fixer": "^3.49.0",
1515
"symfony/yaml": "^3 || ^4 || ^5 || ^6"
1616
},
1717
"autoload": {

config/php/phpcsfixer.rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ parameters:
101101
error_suppression:
102102
mute_deprecation_error: true
103103
noise_remaining_usages: true
104-
escape_implicit_backslashes: true
105104
explicit_indirect_variable: false
106105
explicit_string_variable: true
107106
final_class: false
@@ -339,6 +338,7 @@ parameters:
339338
static_lambda: true
340339
strict_comparison: true
341340
strict_param: true
341+
string_implicit_backslashes: true
342342
string_length_to_empty: true
343343
string_line_ending: true
344344
ternary_to_null_coalescing: false

0 commit comments

Comments
 (0)