Skip to content

Commit 737f49a

Browse files
committed
fix code style
1 parent 349818b commit 737f49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Html5ParserCrawlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testHtml5ParserParseContentStartingWithValidHeading(string $cont
4141
}
4242

4343
/** @dataProvider invalidHtml5Provider */
44-
public function testHtml5ParserWithInvalidHeadedContent(string $content): void
44+
public function testHtml5ParserWithInvalidHeadedContent(string $content)
4545
{
4646
$this->skipTestIfHTML5LibraryNotAvailable();
4747

0 commit comments

Comments
 (0)