Completed
Push — master ( 6e1d34...22a8c1 )
by Jean C.
02:15
created
src/Providers/MoipServiceProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Get the services provided by the provider.
43 43
      *
44
-     * @return array
44
+     * @return string[]
45 45
      */
46 46
     public function provides()
47 47
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public function register()
31 31
     {
32
-        $this->app->singleton('moip', function(){
32
+        $this->app->singleton('moip', function() {
33 33
             return new Moip(new Api(new MoipBasicAuth(config('moip.credentials.token'), config('moip.credentials.key')), $this->getHomologated()));
34 34
         });
35 35
     }
Please login to merge, or discard this patch.