| @@ -21,8 +21,8 @@ discard block | ||
| 21 | 21 | /** | 
| 22 | 22 | * Set headers. | 
| 23 | 23 | * | 
| 24 | - * @param string $header type of header to set | |
| 25 | 24 | * | 
| 25 | + * @param integer $value | |
| 26 | 26 | * @return $this | 
| 27 | 27 | */ | 
| 28 | 28 | public function setStatusCode($value) | 
| @@ -101,7 +101,7 @@ discard block | ||
| 101 | 101 | * @param callable|string $body either a string or a callable that | 
| 102 | 102 | * can generate the body. | 
| 103 | 103 | * | 
| 104 | - * @return this | |
| 104 | + * @return Response | |
| 105 | 105 | */ | 
| 106 | 106 | public function setBody($body) | 
| 107 | 107 |      { | 
| @@ -122,7 +122,7 @@ discard block | ||
| 122 | 122 | /** | 
| 123 | 123 | * Get the body. | 
| 124 | 124 | * | 
| 125 | - * @return void | |
| 125 | + * @return string | |
| 126 | 126 | */ | 
| 127 | 127 | public function getBody() | 
| 128 | 128 |      { |