Passed
Branch issue_11 (3b88d6)
by Jay
13:12 queued 23s
created
src/Request/Http.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,6 +225,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.