@@ -135,7 +135,7 @@ |
||
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.authentticators instead. |
140 | 140 | */ |
141 | 141 | public static function unregister_authenticator($authenticator) |