Completed
Push — master ( 1f9fde...c86638 )
by Matze
05:56
created
src/Middleware/Security.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             $host = parse_url($url, PHP_URL_HOST) ?: $request->getHost();
66 66
 
67 67
             if ($port) {
68
-                $host .= ':' . $port;
68
+                $host .= ':'.$port;
69 69
             }
70 70
             $allowed[] = $host;
71 71
         }
Please login to merge, or discard this patch.