Completed
Push — 3 ( 6a6eaf...837507 )
by
unknown
18:24 queued 13:44
created
security/Authenticator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 	/**
44 44
 	 * Method that creates the login form for this authentication method
45 45
 	 *
46
-	 * @param Controller The parent controller, necessary to create the
46
+	 * @param Controller Controller parent controller, necessary to create the
47 47
 	 *                   appropriate form action tag
48 48
 	 * @return Form Returns the login form to use with this authentication
49 49
 	 *              method
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
 	 * Remove a previously registered authenticator
125 125
 	 *
126 126
 	 * @param string $authenticator Name of the authenticator class to register
127
-	 * @return bool Returns TRUE on success, FALSE otherwise.
127
+	 * @return boolean|null Returns TRUE on success, FALSE otherwise.
128 128
 	 */
129 129
 	public static function unregister_authenticator($authenticator) {
130 130
 		if(call_user_func(array($authenticator, 'on_unregister')) === true) {
Please login to merge, or discard this patch.