Skip to content

Commit ae19f1d

Browse files
committed
refactor: Code style
1 parent e05483b commit ae19f1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Integration/JsonSerializationTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ public static function deserializesWithAnExceptionProvider(): iterable
574574
new DateMalformedStringException('Failed to parse time string (2020 dasd) at position 5 (d): The timezone could not be found in the database'),
575575
DateTime::class,
576576
<<<'JSON'
577-
"2020 dasd"
578-
JSON,
577+
"2020 dasd"
578+
JSON,
579579
];
580580
}
581581

@@ -618,8 +618,8 @@ public static function deserializesWithAnExceptionProvider(): iterable
618618
new NamedType(DateTime::class)
619619
),
620620
<<<'JSON'
621-
["2020 dasd"]
622-
JSON,
621+
["2020 dasd"]
622+
JSON,
623623
];
624624
}
625625

0 commit comments

Comments
 (0)