@@ -565,8 +565,7 @@ discard block |
||
565 | 565 | /** |
566 | 566 | * Combine the given forms into a formset with a tabbed interface |
567 | 567 | * |
568 | - * @param array $authenticators List of Authenticator instances |
|
569 | - * @return string |
|
568 | + * @return \SilverStripe\ORM\FieldType\DBHTMLText |
|
570 | 569 | */ |
571 | 570 | protected function generateLoginFormSet($forms) |
572 | 571 | { |
@@ -756,7 +755,7 @@ discard block |
||
756 | 755 | |
757 | 756 | /** |
758 | 757 | * Render the given fragments into a security page controller with the given title. |
759 | - * @param $title string The title to give the security page |
|
758 | + * @param string $title string The title to give the security page |
|
760 | 759 | * @param $fragments A map of objects to render into the page, e.g. "Form" |
761 | 760 | * @param $templates An array of templates to use for the render |
762 | 761 | */ |
@@ -923,7 +922,7 @@ discard block |
||
923 | 922 | * Factory method for the lost password form |
924 | 923 | * |
925 | 924 | * @skipUpgrade |
926 | - * @return ChangePasswordForm Returns the lost password form |
|
925 | + * @return MemberAuthenticator\ChangePasswordForm Returns the lost password form |
|
927 | 926 | */ |
928 | 927 | public function ChangePasswordForm() |
929 | 928 | { |
@@ -1234,7 +1233,7 @@ discard block |
||
1234 | 1233 | /** |
1235 | 1234 | * Set to true to ignore access to disallowed actions, rather than returning permission failure |
1236 | 1235 | * Note that this is just a flag that other code needs to check with Security::ignore_disallowed_actions() |
1237 | - * @param $flag True or false |
|
1236 | + * @param boolean $flag True or false |
|
1238 | 1237 | */ |
1239 | 1238 | public static function set_ignore_disallowed_actions($flag) |
1240 | 1239 | { |