Added unit tests for Auth library

This commit is contained in:
Eldad Fux
2019-12-28 18:37:39 +02:00
parent 614bcbc5b9
commit afadddccca
3 changed files with 158 additions and 1 deletions
+1 -1
View File
@@ -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)
{