@@ -244,7 +244,7 @@ |
||
244 | 244 | |
245 | 245 | //exclude standard ports from host |
246 | 246 | if (!in_array($port, [80, 443])) { |
247 | - $host .= ':' . $uri->getPort(); |
|
247 | + $host .= ':'.$uri->getPort(); |
|
248 | 248 | } |
249 | 249 | |
250 | 250 | $new = $new->withoutHeader('host'); |