Passed
Push — v4 ( 8fb1a7...700241 )
by Andrew
32:55 queued 13:55
created
src/helpers/UrlHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
             }
66 66
         }
67 67
 
68
-        return rtrim($url, '/') . '/' . ltrim(substr($path, $overlap), '/');
68
+        return rtrim($url, '/').'/'.ltrim(substr($path, $overlap), '/');
69 69
     }
70 70
 
71 71
     /**
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
         /** @noinspection CallableParameterUseCaseInTypeContextInspection */
86 86
         $url = preg_replace('/{.*}/', '', $url);
87 87
         // Remove any linebreaks that may be errantly in the URL
88
-        $url = (string)str_replace([
88
+        $url = (string) str_replace([
89 89
                 PHP_EOL,
90 90
                 "\r",
91 91
                 "\n",
Please login to merge, or discard this patch.