Allow php-cs-fixer to Handle Implicit Backslashes

This commit is contained in:
oleibman
2025-02-11 00:41:33 -08:00
parent ef4ef80a11
commit 1a98cedda2
52 changed files with 129 additions and 124 deletions
+1 -1
View File
@@ -1725,6 +1725,6 @@ return [
'issue 4242 escaped quote in format' => [
'"Hello"',
'Hello',
'\\"@\\"',
'\"@\"',
],
];