Skip to content

Commit

Permalink
coding style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jun 8, 2021
1 parent 273eba7 commit 84e9706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Uri.php
Expand Up @@ -372,7 +372,6 @@ private function formatRegisteredName(string $host): string
{
$formatted_host = rawurldecode($host);
if (1 === preg_match(self::REGEXP_HOST_REGNAME, $formatted_host)) {

Idna::toUnicode($host, Idna::IDNA2008_UNICODE);

return $formatted_host;
Expand Down

0 comments on commit 84e9706

Please sign in to comment.