Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 30, 2024
1 parent c6ea27f commit c0fa14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Browsershot.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public function setUrl(string $url): static
{
$url = trim($url);

if (filter_var($url, FILTER_VALIDATE_URL) === false ){
if (filter_var($url, FILTER_VALIDATE_URL) === false) {
throw FileUrlNotAllowed::urlCannotBeParsed($url);
}

Expand Down

0 comments on commit c0fa14c

Please sign in to comment.