Completed
Push — master ( 9d09aa...80b42f )
by Jacob
02:05
created
src/BaseGuard.php 1 patch
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.
src/Adapters/AbstractFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     protected function getDefaultConfig()
42 42
     {
43 43
         return [
44
-            'refreshOffsetAllowance' => 3600*6,
44
+            'refreshOffsetAllowance' => 3600 * 6,
45 45
             'expOffset' => 3600,
46 46
             'nbfOffset' => 0,
47 47
             'requiredClaims' => ['iat', 'exp', 'nbf', 'sub', 'jti']
Please login to merge, or discard this patch.