From 3a7530ecd120168a19684a2eebcc6a2f3ec09613 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 3 Dec 2019 13:08:23 +0000 Subject: [PATCH] authjwt : PHPDoc display the not usage of email/password in JWT git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5780 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authjwt.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authjwt.php b/authjwt.php index d65dc5a..0f67297 100644 --- a/authjwt.php +++ b/authjwt.php @@ -33,8 +33,8 @@ class authjwt extends auth // }}} /** Try to authenticate the email/password of the user - * @param string $email Email to authenticate - * @param string $password Password to authenticate + * @param string $email Email not used (wait for Bearer) + * @param string $password Password not used (wait for Bearer) */ public function authentication ($email, $password) {