@@ -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) |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | /** |
111 | 111 | * Get the body. |
112 | 112 | * |
113 | - * @return void |
|
113 | + * @return string |
|
114 | 114 | */ |
115 | 115 | public function getBody() |
116 | 116 | { |