Skip to content

Commit 838cd40

Browse files
committed
Improve Directive support in URI
1 parent 510c733 commit 838cd40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/WhatWg/Url.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public static function parse(string $uri, ?self $baseUrl = null, array &$errors
7979
public function __construct(string $uri, ?self $baseUrl = null, array &$softErrors = [])
8080
{
8181
$collector = new UrlValidationErrorCollector();
82-
8382
try {
8483
$this->url = new WhatWgURL($uri, $baseUrl?->url->href, ['logger' => $collector]);
8584
} catch (Exception $exception) {

0 commit comments

Comments
 (0)