@@ -43,7 +43,7 @@ discard block |
||
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 |
||
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) { |