diff --git a/src/Browsershot.php b/src/Browsershot.php index a4113d5..f6ed0e2 100644 --- a/src/Browsershot.php +++ b/src/Browsershot.php @@ -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); }