Skip to content

Commit ac3ce6e

Browse files
committed
Fix code style
1 parent b1840f1 commit ac3ce6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Unit/ColoredBlockquoteShortcodesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testResolveMethod()
5555
public function testCanUseMarkdownWithinBlockquote()
5656
{
5757
$this->assertSame(
58-
<<<HTML
58+
<<<'HTML'
5959
<blockquote class="info">
6060
<p>foo <strong>bar</strong></p>
6161
</blockquote>

0 commit comments

Comments
 (0)