@@ -168,7 +168,7 @@ |
||
168 | 168 | } |
169 | 169 | |
170 | 170 | if (array_key_exists('Status', $headers)) { |
171 | - $response = $response->withStatus((int)$headers['Status']); |
|
171 | + $response = $response->withStatus((int) $headers['Status']); |
|
172 | 172 | unset($headers['Status']); |
173 | 173 | } |
174 | 174 |