@@ -97,7 +97,7 @@ |
||
97 | 97 | * @param \DateTime $datetime |
98 | 98 | * @param bool $andFlush |
99 | 99 | * |
100 | - * @return RefreshTokenInterface[] |
|
100 | + * @return \Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken[] |
|
101 | 101 | */ |
102 | 102 | public function revokeAllInvalid($datetime = null, $andFlush = true) |
103 | 103 | { |
@@ -112,7 +112,7 @@ |
||
112 | 112 | * |
113 | 113 | * @param Request $request |
114 | 114 | * |
115 | - * @return mixed |
|
115 | + * @return \Symfony\Component\HttpFoundation\Response |
|
116 | 116 | * |
117 | 117 | * @throws InvalidArgumentException |
118 | 118 | * @throws AuthenticationException |