Skip to content

Commit a8aa43d

Browse files
Fix code styling
Signed-off-by: Christian Wolf <[email protected]>
1 parent cfff0b6 commit a8aa43d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Unit/Helper/HTMLParser/HttpMicrodataParserTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ public function dataProvider(): array {
5353
* @param mixed $filename
5454
* @param mixed $valid
5555
* @param mixed $jsonFile
56+
* @param bool $skipped
5657
*/
5758
public function testHTMLFile($filename, $valid, $jsonFile, $skipped = false): void {
58-
if($skipped) {
59+
if ($skipped) {
5960
$this->markTestIncomplete();
6061
}
61-
62+
6263
$l = $this->createStub(IL10N::class);
6364

6465
$parser = new HttpMicrodataParser($l);

0 commit comments

Comments
 (0)