Explorar o código

Update Response.php

walkor %!s(int64=5) %!d(string=hai) anos
pai
achega
ac0e8cd269
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;