@@ -225,6 +225,6 @@ |
||
225 | 225 | */ |
226 | 226 | public function getHeaders() |
227 | 227 | { |
228 | - return (array) (function_exists('getallheaders') ? getallheaders() : false); |
|
228 | + return (array)(function_exists('getallheaders') ? getallheaders() : false); |
|
229 | 229 | } |
230 | 230 | } |