Completed
Push — master ( abe8f5...f3c307 )
by Roman
02:17
created
src/Blacklist.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Storage/CacheStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.