Completed
Push — authenticator-refactor ( 54d3b4...521de8 )
by Simon
06:39
created
src/Security/Security.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -586,8 +586,7 @@  discard block
 block discarded – undo
586 586
     /**
587 587
      * Combine the given forms into a formset with a tabbed interface
588 588
      *
589
-     * @param array $authenticators List of Authenticator instances
590
-     * @return string
589
+     * @return \SilverStripe\ORM\FieldType\DBHTMLText
591 590
      */
592 591
     protected function generateLoginFormSet($forms)
593 592
     {
@@ -858,7 +857,7 @@  discard block
 block discarded – undo
858 857
      * Factory method for the lost password form
859 858
      *
860 859
      * @skipUpgrade
861
-     * @return ChangePasswordForm Returns the lost password form
860
+     * @return MemberAuthenticator\ChangePasswordForm Returns the lost password form
862 861
      */
863 862
     public function ChangePasswordForm()
864 863
     {
@@ -1169,7 +1168,7 @@  discard block
 block discarded – undo
1169 1168
     /**
1170 1169
      * Set to true to ignore access to disallowed actions, rather than returning permission failure
1171 1170
      * Note that this is just a flag that other code needs to check with Security::ignore_disallowed_actions()
1172
-     * @param $flag True or false
1171
+     * @param boolean $flag True or false
1173 1172
      */
1174 1173
     public static function set_ignore_disallowed_actions($flag)
1175 1174
     {
Please login to merge, or discard this patch.