Completed
Push — master ( 327dfb...60592e )
by Marcos
10:44 queued 07:56
created
Doctrine/RefreshTokenManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Service/RefreshToken.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.