Passed
Push — master ( d27c63...c4fede )
by Timo
05:00 queued 02:28
created
src/LaravelGuzzleThrottleServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
     public function register(): void
18 18
     {
19
-        $this->app->singleton('laravel-guzzle-throttle', function () {
19
+        $this->app->singleton('laravel-guzzle-throttle', function() {
20 20
             return new GuzzleThrottle();
21 21
         });
22 22
     }
Please login to merge, or discard this patch.