浏览代码

Update Response.php

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;