walkor 5 лет назад
Родитель
Сommit
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;