@@ -208,7 +208,7 @@ |
||
| 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 | { |
@@ -170,6 +170,9 @@ |
||
| 170 | 170 | } |
| 171 | 171 | |
| 172 | 172 | |
| 173 | + /** |
|
| 174 | + * @param Exception $e |
|
| 175 | + */ |
|
| 173 | 176 | public function sinkingShip($e) |
| 174 | 177 | { |
| 175 | 178 | $controllerName = class_exists('\App\Controller\ErrorController') ? 'App\Controller\ErrorController' : 'Bone\Mvc\Controller'; |