Completed
Branch master (930dd3)
by Marceau
03:00
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
         $this->app->bind(FreeMobileSms::class, FreeMobileSms::class);
38 38
 
39
-        $this->app->singleton('freemobile', function ($app)
39
+        $this->app->singleton('freemobile', function($app)
40 40
         {
41 41
             return new FreeMobileSms();
42 42
         });
Please login to merge, or discard this patch.
src/FreeMobileSms.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
                 'user',
43 43
                 'pass',
44 44
             ]);
45
-        }
46
-        else
45
+        } else
47 46
         {
48 47
             $this->loadCredentialsFromConfig();
49 48
         }
Please login to merge, or discard this patch.