fixed bugs found when unit testing.

This commit is contained in:
Taylor Otwell
2011-11-02 23:02:23 -05:00
parent 9caf239f6b
commit 895d876463
4 changed files with 47 additions and 28 deletions

View File

@@ -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.