Skip to content

Commit 5dfafef

Browse files
authored
Apply fixes from StyleCI (#33761)
1 parent 687df01 commit 5dfafef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Database/DatabaseQueryBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2622,7 +2622,7 @@ public function testMySqlWrappingJsonWithBooleanAndIntegerThatLooksLikeOne()
26222622

26232623
public function testJsonPathEscaping()
26242624
{
2625-
$expectedWithJsonEscaped = <<<SQL
2625+
$expectedWithJsonEscaped = <<<'SQL'
26262626
select json_unquote(json_extract(`json`, '$."''))#"'))
26272627
SQL;
26282628

0 commit comments

Comments
 (0)