Passed
Push — develop ( 4df2aa...e4d97d )
by Ollie
03:07 queued 10s
created
src/JWTServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     {
14 14
         // Register the JWT driver with Laravel
15 15
         $auth = $this->app->make(AuthManager::class);
16
-        $auth->extend('jwt', function (Application $app, string $name, array $config) use ($auth) {
16
+        $auth->extend('jwt', function(Application $app, string $name, array $config) use ($auth) {
17 17
             $provider = $auth->createUserProvider($config['provider'] ?? null);
18 18
 
19 19
             if ($provider === null) {
Please login to merge, or discard this patch.