Passed
Push — master ( 0d519d...4511bb )
by Cesar
03:33
created
src/MagicLinkServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     {
29 29
         $rateLimit = config('magiclink.rate_limit', 'none');
30 30
 
31
-        RateLimiter::for(
31
+        RateLimiter::for (
32 32
             'magiclink',
33 33
             fn () => $rateLimit === 'none'
34 34
                 ? Limit::none()
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
 
55 55
     private function offerPublishing(): void
56 56
     {
57
-        if (! $this->app->runningInConsole()) {
57
+        if ( ! $this->app->runningInConsole()) {
58 58
             return;
59 59
         }
60 60
 
Please login to merge, or discard this patch.