From 1c6d7a7b3eb7d81cddbc9042d116b1e1632ef710 Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Fri, 28 Jun 2024 18:58:47 -0300 Subject: [PATCH] Fix coding standard --- tests/Parsers/DatabaseParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Parsers/DatabaseParserTest.php b/tests/Parsers/DatabaseParserTest.php index 1a54cb3..967fdb9 100644 --- a/tests/Parsers/DatabaseParserTest.php +++ b/tests/Parsers/DatabaseParserTest.php @@ -59,7 +59,7 @@ protected function prepareDatabase() : void ->values('service1.default.array.5', '1.5') ->values('service1.other.quot', '"quot\"1\"23"') ->values('service1.other.apos', "apos'4'56") - ->values('service1.other.mix', '"null 123 \\"') + ->values('service1.other.mix', '"null 123 \"') ->values('service2.default.array.0', "'True'") ->values('service2.default.array.1', "'False'") ->values('service2.default.array.2', "'Null'")