finished refactoring of the redirect generator.

This commit is contained in:
Taylor Otwell
2011-08-29 00:27:03 -05:00
parent 9be3d1a54b
commit f79dd1ba5d
3 changed files with 29 additions and 72 deletions

View File

@@ -178,7 +178,8 @@ class Response {
*
* @param mixed $content
* @param int $status
*/
* @return void
*/
public function __construct($content, $status = 200)
{
$this->content = $content;