Completed
Push — develop ( e4cfe8...9a08bc )
by Sean
08:30 queued 01:18
created
src/Factory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Illuminate\Http\Request;
15 15
 use Illuminate\Support\Str;
16
-use Illuminate\Support\Arr;
17 16
 use Tymon\JWTAuth\Support\Utils;
18 17
 use Tymon\JWTAuth\Claims\Factory as ClaimFactory;
19 18
 use Illuminate\Support\Collection;
Please login to merge, or discard this patch.
src/Providers/Auth/Illuminate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     /**
62 62
      * Get the currently authenticated user
63 63
      *
64
-     * @return mixed
64
+     * @return \Illuminate\Contracts\Auth\Authenticatable|null
65 65
      */
66 66
     public function user()
67 67
     {
Please login to merge, or discard this patch.