Completed
Push — authenticator-refactor ( e3c944...b14200 )
by Sam
12:06
created
src/Security/Security.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -565,8 +565,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.