@@ -37,8 +37,8 @@ discard block |
||
| 37 | 37 | /** |
| 38 | 38 | * Set status code to be sent as part of headers. |
| 39 | 39 | * |
| 40 | - * @param string $header type of header to set |
|
| 41 | 40 | * |
| 41 | + * @param integer $value |
|
| 42 | 42 | * @return $this |
| 43 | 43 | */ |
| 44 | 44 | public function setStatusCode($value) |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | * @param callable|string $body either a string or a callable that |
| 110 | 110 | * can generate the body. |
| 111 | 111 | * |
| 112 | - * @return this |
|
| 112 | + * @return Response |
|
| 113 | 113 | */ |
| 114 | 114 | public function setBody($body) |
| 115 | 115 | { |
@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | /** |
| 131 | 131 | * Get the body. |
| 132 | 132 | * |
| 133 | - * @return void |
|
| 133 | + * @return string |
|
| 134 | 134 | */ |
| 135 | 135 | public function getBody() |
| 136 | 136 | { |