Passed
Pull Request — master (#222)
by Arman
02:52
created
src/Libraries/Auth/Factories/AuthFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,6 +136,6 @@
 block discarded – undo
136 136
      */
137 137
     private static function createJwtInstance(string $adapter): ?JwtToken
138 138
     {
139
-        return $adapter === Auth::JWT ? (new JwtToken())->setLeeway(1)->setClaims((array)config()->get('auth.claims')) : null;
139
+        return $adapter === Auth::JWT ? (new JwtToken())->setLeeway(1)->setClaims((array) config()->get('auth.claims')) : null;
140 140
     }
141 141
 }
142 142
\ No newline at end of file
Please login to merge, or discard this patch.