Skip to content

Commit 349818b

Browse files
committed
fix code style
1 parent 708954d commit 349818b

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
@@ -27,7 +27,7 @@ public function testAddHtml5()
2727
}
2828

2929
/** @dataProvider validHtml5Provider */
30-
public function testHtml5ParserParseContentStartingWithValidHeading(string $content): void
30+
public function testHtml5ParserParseContentStartingWithValidHeading(string $content)
3131
{
3232
$this->skipTestIfHTML5LibraryNotAvailable();
3333

0 commit comments

Comments
 (0)