Completed
Push — master ( 1880cd...7f5fa2 )
by Sebastian
06:25 queued 01:39
created
src/HttpMessage/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.