@@ -112,7 +112,7 @@ discard block |
||
| 112 | 112 | |
| 113 | 113 | /** |
| 114 | 114 | * @param $param |
| 115 | - * @return mixed |
|
| 115 | + * @return string|null |
|
| 116 | 116 | */ |
| 117 | 117 | public function getParam($param) |
| 118 | 118 | { |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | /** |
| 209 | 209 | * Only used if Layout & View disabled |
| 210 | 210 | * |
| 211 | - * @param $body |
|
| 211 | + * @param string $body |
|
| 212 | 212 | */ |
| 213 | 213 | public function setBody($body) |
| 214 | 214 | { |