@@ -119,7 +119,7 @@ |
||
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |
122 | - * @param $method |
|
122 | + * @param string $method |
|
123 | 123 | * |
124 | 124 | * @see HttpRequestMethods |
125 | 125 | */ |
@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | } |
189 | 189 | |
190 | 190 | /** |
191 | - * @param $protocol |
|
191 | + * @param string $protocol |
|
192 | 192 | * |
193 | 193 | * @see HttpProtocol |
194 | 194 | */ |
@@ -204,7 +204,7 @@ discard block |
||
204 | 204 | } |
205 | 205 | |
206 | 206 | /** |
207 | - * @param $version |
|
207 | + * @param string $version |
|
208 | 208 | * |
209 | 209 | * @see HttpProtocol |
210 | 210 | */ |
@@ -85,7 +85,7 @@ |
||
85 | 85 | $header = ''; |
86 | 86 | |
87 | 87 | foreach ($cookies as $key => $value) { |
88 | - $header.= $this->formatCookie($key, $value) . ' '; |
|
88 | + $header .= $this->formatCookie($key, $value) . ' '; |
|
89 | 89 | } |
90 | 90 | |
91 | 91 | $this->holder->getHeaders()->set('cookie', $header); |