Completed
Push — develop ( 1b547a...2f6a53 )
by Sean
02:41
created
src/JWTGuard.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      *
75 75
      * @param  array $credentials
76 76
      *
77
-     * @return boolean
77
+     * @return string|boolean
78 78
      */
79 79
     public function validate(array $credentials = [])
80 80
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * @param  array  $credentials
88 88
      *
89
-     * @return boolean
89
+     * @return string|boolean
90 90
      */
91 91
     public function attempt(array $credentials = [], $login = true)
92 92
     {
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
     /**
244 244
      * Return the currently cached user.
245 245
      *
246
-     * @return \Illuminate\Contracts\Auth\Authenticatable|null
246
+     * @return \Illuminate\Contracts\Auth\Authenticatable
247 247
      */
248 248
     public function getUser()
249 249
     {
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
     /**
288 288
      * Determine if the user matches the credentials.
289 289
      *
290
-     * @param  mixed  $user
290
+     * @param  \Illuminate\Contracts\Auth\Authenticatable|null  $user
291 291
      * @param  array  $credentials
292 292
      *
293 293
      * @return boolean
Please login to merge, or discard this patch.