Upgrade to 3.9.1
This commit is contained in:
@@ -227,7 +227,10 @@ class Uri
|
||||
|
||||
$domain .= $this->host;
|
||||
|
||||
if ($this->port !== null && in_array($this->port, [80, 443]) === false) {
|
||||
if (
|
||||
$this->port !== null &&
|
||||
in_array($this->port, [80, 443]) === false
|
||||
) {
|
||||
$domain .= ':' . $this->port;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user