walkor пре 5 година
родитељ
комит
ac0e8cd269
1 измењених фајлова са 1 додато и 1 уклоњено
  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;