Completed
Push — master ( 24a1e9...bf55db )
by Sebastian
04:11
created
src/HttpMessage/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
         $target = $this->uri->getPath();
108 108
 
109 109
         if ($this->uri->getQuery()) {
110
-            $target .= '?' . $this->uri->getQuery();
110
+            $target .= '?'.$this->uri->getQuery();
111 111
         }
112 112
 
113 113
         if (empty($target)) {
Please login to merge, or discard this patch.