Bläddra i källkod

Update Response.php

walkor 5 år sedan
förälder
incheckning
ac0e8cd269
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Protocols/Http/Response.php

+ 1 - 1
Protocols/Http/Response.php

@@ -144,7 +144,7 @@ class Response
      */
     public function __construct(
         $status = 200,
-        array $headers = array(),
+        $headers = array(),
         $body = ''
     ) {
         $this->_status = $status;