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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user