Completed
Push — master ( e3e8e7...09903d )
by Miguel
11:59
created
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     {
16 16
         if ($this->app instanceof \Illuminate\Foundation\Application) {
17 17
             // Laravel
18
-            $this->app->booted(function () {
18
+            $this->app->booted(function() {
19 19
                 $socialiteWasCalled = app(SocialiteWasCalled::class);
20 20
 
21 21
                 event($socialiteWasCalled);
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
         }
41 41
 
42 42
         if (!$this->app->bound(ConfigRetrieverInterface::class)) {
43
-            $this->app->singleton(ConfigRetrieverInterface::class, function () {
43
+            $this->app->singleton(ConfigRetrieverInterface::class, function() {
44 44
                 return new ConfigRetriever();
45 45
             });
46 46
         }
Please login to merge, or discard this patch.