Skip to content

Commit

Permalink
And another one
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 17, 2024
1 parent 383b43f commit 3d8dd37
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 @@ -138,7 +138,7 @@ final class Url
* @param Url|null $baseUrl Base URL.
* @throws FailedToParseUrl Exception when the URL or Base URL is malformed.
*/
public function __construct($url = null, Url $baseUrl = null)
public function __construct($url = null, ?Url $baseUrl = null)
{
$parsedUrl = [];

Expand Down

0 comments on commit 3d8dd37

Please sign in to comment.