@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | * Get an absolute link to this controller |
| 91 | 91 | * |
| 92 | 92 | * @param string $action |
| 93 | - * @return string|null |
|
| 93 | + * @return false|string |
|
| 94 | 94 | */ |
| 95 | 95 | public function AbsoluteLink($action = null) |
| 96 | 96 | { |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | * Default action this controller will deal with |
| 116 | 116 | * |
| 117 | 117 | * @param SS_HTTPRequest $request |
| 118 | - * @return string |
|
| 118 | + * @return HTMLText |
|
| 119 | 119 | */ |
| 120 | 120 | public function index(SS_HTTPRequest $request) |
| 121 | 121 | { |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | * emails are enabled and account is not already verified) |
| 142 | 142 | * |
| 143 | 143 | * @param SS_HTTPRequest $request |
| 144 | - * @return string |
|
| 144 | + * @return HTMLText |
|
| 145 | 145 | */ |
| 146 | 146 | public function sendverification(SS_HTTPRequest $request) |
| 147 | 147 | { |
@@ -177,7 +177,7 @@ discard block |
||
| 177 | 177 | * ID) provided |
| 178 | 178 | * |
| 179 | 179 | * @param SS_HTTPRequest $request |
| 180 | - * @return string |
|
| 180 | + * @return HTMLText |
|
| 181 | 181 | */ |
| 182 | 182 | public function verify(SS_HTTPRequest $request) |
| 183 | 183 | { |