File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments