X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAuthPlugin.php;h=45ad4d1bd1131c6e8567fe844565f21e64c168bb;hb=6a1b86e60a32c3b0525c797ff071afcef49b5917;hp=217744e47ee3cb17e513ff8336106d2b766d198e;hpb=0b741116c4a4ece3dfe016c6d7ce8126ef5c72c7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 217744e47e..45ad4d1bd1 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -204,8 +204,8 @@ class AuthPlugin { * Update user information in the external authentication database. * Return true if successful. * - * @param $user User object. - * @return Boolean + * @param User $user + * @return bool */ public function updateExternalDB( $user ) { return true;