Completed
Push — master ( c5bfa7...0d9a84 )
by Jacob
02:05
created
src/BaseGuard.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     /**
89 89
      * Returns a token generator from the adapter factory
90 90
      * 
91
-     * @return GeneratorContract
91
+     * @return Contracts\Generator
92 92
      */
93 93
     protected function getGenerator()
94 94
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Canis\Lumen\Jwt;
7 7
 
8 8
 use Illuminate\Http\Request;
9
-use Illuminate\Support\Str;
10 9
 use Illuminate\Auth\GuardHelpers;
11 10
 use Illuminate\Contracts\Auth\Factory as AuthFactory;
12 11
 use Illuminate\Contracts\Auth\UserProvider;
Please login to merge, or discard this patch.