|
@@ -144,7 +144,7 @@ class Response
|
|
|
*/
|
|
*/
|
|
|
public function __construct(
|
|
public function __construct(
|
|
|
$status = 200,
|
|
$status = 200,
|
|
|
- array $headers = array(),
|
|
|
|
|
|
|
+ $headers = array(),
|
|
|
$body = ''
|
|
$body = ''
|
|
|
) {
|
|
) {
|
|
|
$this->_status = $status;
|
|
$this->_status = $status;
|