We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510c733 commit 838cd40Copy full SHA for 838cd40
lib/WhatWg/Url.php
@@ -79,7 +79,6 @@ public static function parse(string $uri, ?self $baseUrl = null, array &$errors
79
public function __construct(string $uri, ?self $baseUrl = null, array &$softErrors = [])
80
{
81
$collector = new UrlValidationErrorCollector();
82
-
83
try {
84
$this->url = new WhatWgURL($uri, $baseUrl?->url->href, ['logger' => $collector]);
85
} catch (Exception $exception) {
0 commit comments