@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | 80 | * @param Member $member |
| 81 | - * @return HTTPResponse |
|
| 81 | + * @return \SilverStripe\Control\HTTPResponse |
|
| 82 | 82 | */ |
| 83 | 83 | public function doLogOut($member) |
| 84 | 84 | { |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | /** |
| 101 | - * @return HTTPResponse |
|
| 101 | + * @return \SilverStripe\Control\HTTPResponse |
|
| 102 | 102 | */ |
| 103 | 103 | protected function redirectAfterLogout() |
| 104 | 104 | { |