Skip to content

Commit

Permalink
Fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jun 28, 2024
1 parent 331a25d commit 1c6d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Parsers/DatabaseParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'")
Expand Down

0 comments on commit 1c6d7a7

Please sign in to comment.