Completed
Pull Request — master (#38)
by Brian
06:29
created
src/Providers/LumenServiceProvider.php 2 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 class LumenServiceProvider extends SocialiteServiceProvider
12 12
 {
13 13
     /**
14
-     * @param Dispatcher         $event
15
-     * @param SocialiteWasCalled $socialiteWasCalled
16 14
      */
17 15
     public function boot()
18 16
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     {
26 26
         parent::register();
27 27
 
28
-        $this->app->singleton(ConfigRetrieverInterface::class, function () {
28
+        $this->app->singleton(ConfigRetrieverInterface::class, function() {
29 29
             return new ConfigRetriever();
30 30
         });
31 31
     }
Please login to merge, or discard this patch.
src/Providers/LaravelServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     {
24 24
         parent::register();
25 25
 
26
-        $this->app->singleton(ConfigRetrieverInterface::class, function () {
26
+        $this->app->singleton(ConfigRetrieverInterface::class, function() {
27 27
             return new ConfigRetriever();
28 28
         });
29 29
     }
Please login to merge, or discard this patch.