Removed unused code part

This commit is contained in:
Dennis Eichhorn 2018-06-03 10:32:52 +02:00
parent e6e605f43a
commit 905dbe3b48

View File

@ -233,11 +233,6 @@ final class UriFactory
return $toMatch[$match] ?? self::$uri[$match] ?? $match;
}, $uri);
// todo: maybe don't do this and adjust unique?!
if (\strpos($parsed, '?')) {
\str_replace('&', '?', $parsed);
}
return self::unique($parsed);
}
}