fixed bugs found when unit testing.
This commit is contained in:
@@ -14,14 +14,14 @@ class Response {
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $status;
|
||||
public $status;
|
||||
|
||||
/**
|
||||
* The response headers.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $headers = array();
|
||||
public $headers = array();
|
||||
|
||||
/**
|
||||
* HTTP status codes.
|
||||
|
||||
Reference in New Issue
Block a user