Completed
Push — master ( 7537d8...e9481c )
by Bohuslav
02:34
created
src/RequestTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             $target = '/';
66 66
             if ($this->uri->getPath() !== null) {
67 67
                 $target = $this->uri->getPath();
68
-                $target .= (!empty($this->uri->getQuery())) ? '?'.$this->uri->getQuery() : '';
68
+                $target .= (!empty($this->uri->getQuery())) ? '?' . $this->uri->getQuery() : '';
69 69
             }
70 70
 
71 71
             $this->requestTarget = $target;
Please login to merge, or discard this patch.