We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708954d commit 349818bCopy full SHA for 349818b
Tests/Html5ParserCrawlerTest.php
@@ -27,7 +27,7 @@ public function testAddHtml5()
27
}
28
29
/** @dataProvider validHtml5Provider */
30
- public function testHtml5ParserParseContentStartingWithValidHeading(string $content): void
+ public function testHtml5ParserParseContentStartingWithValidHeading(string $content)
31
{
32
$this->skipTestIfHTML5LibraryNotAvailable();
33
0 commit comments