@@ -65,7 +65,7 @@ |
||
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; |