@@ -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) |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | * |
101 | 101 | * @param string $body |
102 | 102 | * |
103 | - * @return this |
|
103 | + * @return Response |
|
104 | 104 | */ |
105 | 105 | public function setBody($body) |
106 | 106 | { |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | /** |
114 | 114 | * Get the body. |
115 | 115 | * |
116 | - * @return void |
|
116 | + * @return string |
|
117 | 117 | */ |
118 | 118 | public function getBody() |
119 | 119 | { |