Skip to content

Commit 7998afa

Browse files
committed
Fixed code examples in components/dom_crawler
1 parent 4c773e1 commit 7998afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dom_crawler.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ traverse easily::
2828
use Symfony\Component\DomCrawler\Crawler;
2929

3030
$html = <<<'HTML'
31+
<!DOCTYPE html>
3132
<html>
3233
<body>
3334
<p class="message">Hello World!</p>

0 commit comments

Comments
 (0)