@@ -169,7 +169,7 @@ |
||
169 | 169 | * |
170 | 170 | * @param \Lcobucci\JWT\Token $token |
171 | 171 | * |
172 | - * @return mixed |
|
172 | + * @return string |
|
173 | 173 | */ |
174 | 174 | public function getKey(Token $token) |
175 | 175 | { |
@@ -18,7 +18,7 @@ |
||
18 | 18 | protected $tag; |
19 | 19 | |
20 | 20 | /** |
21 | - * @param \Illuminate\Cache\CacheManager $cache |
|
21 | + * @param Repository $cache |
|
22 | 22 | * @param string $tag |
23 | 23 | */ |
24 | 24 | public function __construct(Repository $cache, $tag = 'jwt') |