Skip to content

Commit 837e36b

Browse files
authored
releases/8.4: Consistently use nowdoc for the HTML string (#1170)
1 parent 98641f0 commit 837e36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases/8.4/release.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ PHP
314314
<?php highlight_php_trimmed(
315315
<<<'PHP'
316316
$dom = Dom\HTMLDocument::createFromString(
317-
<<<HTML
317+
<<<'HTML'
318318
<main>
319319
<article>PHP 8.4 is a feature-rich release!</article>
320320
<article class="featured">PHP 8.4 adds new DOM classes that are spec-compliant, keeping the old ones for compatibility.</article>

0 commit comments

Comments
 (0)