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
+2 -2
View File
@@ -18,13 +18,13 @@ return [
[
'1960-12-19T01:30:00',
22269.0625,
'yyyy-mm-dd\\Thh:mm:ss',
'yyyy-mm-dd\Thh:mm:ss',
],
// Date with plaintext in quotes
[
'1960-12-19T01:30:00 Z',
22269.0625,
'yyyy-mm-dd"T"hh:mm:ss \\Z',
'yyyy-mm-dd"T"hh:mm:ss \Z',
],
// Date with quoted formatting characters
[