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 349818b commit 737f49aCopy full SHA for 737f49a
Tests/Html5ParserCrawlerTest.php
@@ -41,7 +41,7 @@ public function testHtml5ParserParseContentStartingWithValidHeading(string $cont
41
}
42
43
/** @dataProvider invalidHtml5Provider */
44
- public function testHtml5ParserWithInvalidHeadedContent(string $content): void
+ public function testHtml5ParserWithInvalidHeadedContent(string $content)
45
{
46
$this->skipTestIfHTML5LibraryNotAvailable();
47
0 commit comments