mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Added unit tests for Auth library
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ class Auth
|
||||
* @param int $type
|
||||
* @param string $secret
|
||||
*
|
||||
* @return bool|int
|
||||
* @return bool|string
|
||||
*/
|
||||
public static function tokenVerify(array $tokens, int $type, string $secret)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user