Completed
Push — develop ( bd9a33...3fa966 )
by Wisoot
02:32
created
src/JwtService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * getUserIdFromToken method
61 61
      *
62
-     * @param $token
62
+     * @param string $token
63 63
      * @return mixed
64 64
      * @throws InaccessibleException
65 65
      * @throws MalformedException
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     /**
83 83
      * refreshToken method
84 84
      *
85
-     * @param $token
85
+     * @param string $token
86 86
      * @return string
87 87
      * @throws MalformedException
88 88
      * @throws TokenExpiredException
Please login to merge, or discard this patch.