Test Failed
Push — master ( 849d86...c80995 )
by Jay
12:00
created
src/Request/Http.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.