Completed
Push — develop ( 6a8671...27ddc4 )
by Wisoot
8s
created
src/JwtGuard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     /**
179 179
      * Determine if the user matches the credentials.
180 180
      *
181
-     * @param mixed $user
181
+     * @param AuthenticatableContract $user
182 182
      * @param array $credentials
183 183
      * @return bool
184 184
      */
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
     /**
433 433
      * getRequestToken method
434 434
      *
435
-     * @return string|null
435
+     * @return string
436 436
      */
437 437
     protected function getRequestToken()
438 438
     {
Please login to merge, or discard this patch.