@@ -49,6 +49,9 @@ discard block |
||
49 | 49 | return parent::login($request, Authenticator::CMS_LOGIN); |
50 | 50 | } |
51 | 51 | |
52 | + /** |
|
53 | + * @param string $action |
|
54 | + */ |
|
52 | 55 | public function Link($action = null) |
53 | 56 | { |
54 | 57 | /** @skipUpgrade */ |
@@ -79,6 +82,9 @@ discard block |
||
79 | 82 | return null; |
80 | 83 | } |
81 | 84 | |
85 | + /** |
|
86 | + * @param string $title |
|
87 | + */ |
|
82 | 88 | public function getResponseController($title) |
83 | 89 | { |
84 | 90 | // Use $this to prevent use of Page to render underlying templates |
@@ -616,7 +616,7 @@ |
||
616 | 616 | * Combine the given forms into a formset with a tabbed interface |
617 | 617 | * |
618 | 618 | * @param array|Form[] $forms |
619 | - * @return string |
|
619 | + * @return DBHTMLText |
|
620 | 620 | */ |
621 | 621 | protected function generateLoginFormSet($forms) |
622 | 622 | { |