@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | * |
| 56 | 56 | * @param \SS_HTTPRequest $request |
| 57 | 57 | * |
| 58 | - * @return \HTMLText|\SS_HTTPResponse |
|
| 58 | + * @return SS_HTTPResponse|null |
|
| 59 | 59 | */ |
| 60 | 60 | public function index(\SS_HTTPRequest $request) { |
| 61 | 61 | return $this->redirect(\Controller::join_links($this->Link(), 'history'), 302); |
@@ -174,7 +174,7 @@ discard block |
||
| 174 | 174 | * |
| 175 | 175 | * @param SS_HTTPRequest $request |
| 176 | 176 | * |
| 177 | - * @return string |
|
| 177 | + * @return SS_HTTPResponse|null |
|
| 178 | 178 | * @throws SS_HTTPResponse_Exception |
| 179 | 179 | */ |
| 180 | 180 | public function log(SS_HTTPRequest $request) { |