Skip to content

Commit b361aef

Browse files
committed
CI
1 parent 51bdbad commit b361aef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Extractors/HtmlExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ public function validate(): bool
5252

5353
return true;
5454
}
55-
}
55+
}

tests/Units/HtmlExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ public function testEmptyAttributeWithNullSelector(): void
6060
$extractor->toArray();
6161

6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)