Completed
Pull Request — master (#8)
by Alexis
02:29
created
Utils/URLChecker.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
     {
26 26
         if (strpos($url, '/') === 0) {
27 27
             $context = $this->router->getContext();
28
-            $baseUrl = $context->getScheme().'://'.$context->getHost().$context->getBaseUrl();
29
-            $url = $baseUrl.$url;
28
+            $baseUrl = $context->getScheme() . '://' . $context->getHost() . $context->getBaseUrl();
29
+            $url = $baseUrl . $url;
30 30
         }
31 31
 
32 32
         $handle = curl_init($url);
Please login to merge, or discard this patch.