Completed
Push — develop ( 206596...c4148f )
by Wisoot
03:01
created
src/JwtService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
      * getEntityFromToken method
57 57
      *
58 58
      * @param string $token
59
-     * @return mixed
59
+     * @return Claim
60 60
      * @throws InaccessibleException
61 61
      * @throws MalformedException
62 62
      * @throws TokenExpiredException
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     /**
129 129
      * getValidClaimFromToken method
130 130
      *
131
-     * @param $token
131
+     * @param string $token
132 132
      * @return Claim
133 133
      * @throws MalformedException
134 134
      * @throws TokenExpiredException
Please login to merge, or discard this patch.