diff --git a/auth/cas/auth.php b/auth/cas/auth.php index 5283e883baa..d66bdb80297 100644 --- a/auth/cas/auth.php +++ b/auth/cas/auth.php @@ -405,7 +405,7 @@ class auth_plugin_cas extends auth_plugin_ldap { return false; } - + /** * Reads user information from LDAP and returns it as array() * @@ -423,7 +423,7 @@ class auth_plugin_cas extends auth_plugin_ldap { } return parent::get_userinfo($username); } - + /** * Syncronizes users from LDAP server to moodle user table. * diff --git a/lib/messagelib.php b/lib/messagelib.php index 5747f8bf3fc..c457ece193e 100644 --- a/lib/messagelib.php +++ b/lib/messagelib.php @@ -230,7 +230,7 @@ function message_update_providers($component='moodle') { /** * Returns the active providers for the current user, based on capability - * + * * @deprecated since 2.1 * @todo Remove in 2.2 * @return array of message providers