Completed
Pull Request — master (#6804)
by Simon
12:37 queued 03:24
created
src/Security/Authenticator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
      * Remove a previously registered authenticator
136 136
      *
137 137
      * @param string $authenticator Name of the authenticator class to register
138
-     * @return bool Returns TRUE on success, FALSE otherwise.
138
+     * @return boolean|null Returns TRUE on success, FALSE otherwise.
139 139
      * @deprecated Use Authenticator.authenticators instead.
140 140
      */
141 141
     public static function unregister_authenticator($authenticator)
Please login to merge, or discard this patch.
src/Security/CMSMemberLoginForm.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @param Controller $controller
50 49
      * @return FieldList
51 50
      */
52 51
     public function getFormFields()
Please login to merge, or discard this patch.