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 f8f9759 commit 2d9f383Copy full SHA for 2d9f383
1 file changed
Uri.php
@@ -1195,6 +1195,8 @@ public function toString(): string
1195
public function toDisplayString(): string
1196
{
1197
$components = $this->toComponents();
1198
+
1199
1200
unset($components['port']);
1201
if (null !== $components['host']) {
1202
$components['host'] = IdnaConverter::toUnicode($components['host'])->domain();
0 commit comments