Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Sep 8, 2024
1 parent ce4cd9f commit f3dcd45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IRI.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ protected function parse_iri(string $iri)
if ($match[3] === '') {
$match['authority'] = null;
}
$match['path'] = '';
if (!isset($match[6]) || $match[6] === '') {
$match['query'] = null;
}
Expand Down

0 comments on commit f3dcd45

Please sign in to comment.