Completed
Pull Request — master (#2433)
by
unknown
02:40
created
src/helpers.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,9 @@
 block discarded – undo
60 60
     {
61 61
         $app_url = config('app.url');
62 62
 
63
-        if (!isset($_SERVER['SERVER_PORT']))
64
-            return $app_url;
63
+        if (!isset($_SERVER['SERVER_PORT'])) {
64
+                    return $app_url;
65
+        }
65 66
 
66 67
         $parsed_url = parse_url($app_url);
67 68
         if (!isset($parsed_url['port'])
Please login to merge, or discard this patch.