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
This commit is contained in:
2019-12-03 13:08:23 +00:00
parent 94191fa144
commit 3a7530ecd1

View File

@@ -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)
{