@@ -406,10 +406,10 @@ |
||
| 406 | 406 | } |
| 407 | 407 | |
| 408 | 408 | /** |
| 409 | - * Respond to a link which was sent to a user to verify their email address. |
|
| 410 | - * |
|
| 411 | - * @param Tree $tree |
|
| 412 | - */ |
|
| 409 | + * Respond to a link which was sent to a user to verify their email address. |
|
| 410 | + * |
|
| 411 | + * @param Tree $tree |
|
| 412 | + */ |
|
| 413 | 413 | public function verifyEmailAction(Tree $tree) { |
| 414 | 414 | $id = Filter::get('id'); |
| 415 | 415 | $code = Filter::get('code'); |