Completed
Push — develop ( 4d8055...6c800c )
by Sean
16:47 queued 02:10
created
src/JWTGuard.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      *
82 82
      * @param  array $credentials
83 83
      *
84
-     * @return bool
84
+     * @return string|boolean
85 85
      */
86 86
     public function validate(array $credentials = [])
87 87
     {
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
      *
94 94
      * @param  array  $credentials
95 95
      *
96
-     * @return bool
96
+     * @return string|boolean
97 97
      */
98 98
     public function attempt(array $credentials = [], $login = true)
99 99
     {
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
     /**
251 251
      * Return the currently cached user.
252 252
      *
253
-     * @return \Illuminate\Contracts\Auth\Authenticatable|null
253
+     * @return \Illuminate\Contracts\Auth\Authenticatable
254 254
      */
255 255
     public function getUser()
256 256
     {
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
     /**
295 295
      * Determine if the user matches the credentials.
296 296
      *
297
-     * @param  mixed  $user
297
+     * @param  \Illuminate\Contracts\Auth\Authenticatable|null  $user
298 298
      * @param  array  $credentials
299 299
      *
300 300
      * @return bool
Please login to merge, or discard this patch.