Przeglądaj źródła

Update Response.php

walkor 5 lat temu
rodzic
commit
ac0e8cd269
1 zmienionych plików z 1 dodań i 1 usunięć
  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;