| @@ -227,7 +227,7 @@ | ||
| 227 | 227 | */ | 
| 228 | 228 | public function getHeaders() | 
| 229 | 229 |      { | 
| 230 | -        return (array) (function_exists('getallheaders') ? getallheaders() : false); | |
| 230 | +        return (array)(function_exists('getallheaders') ? getallheaders() : false); | |
| 231 | 231 | } | 
| 232 | 232 | |
| 233 | 233 | /** |