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 20, 2024
1 parent 8263579 commit 242b874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function fromString(string $url, array|null $allowedSchemes = null
{
$toUrl = new static();

if($allowedSchemes !== null) {
if ($allowedSchemes !== null) {
$toUrl = $toUrl->withAllowedSchemes($allowedSchemes);
}

Expand Down

0 comments on commit 242b874

Please sign in to comment.