Completed
Push — master ( 298198...a2ff09 )
by Derek
02:09
created
src/Anshar/Http/UriParts/Path.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 
89 89
         if (!empty((string) $authority)) {
90 90
             if (!$path_string_helper->startsWith("/")) {
91
-                $path_string = "/" . $this->data;
91
+                $path_string = "/".$this->data;
92 92
             }
93 93
         }
94 94
 
Please login to merge, or discard this patch.