Completed
Push — master ( 5d2f93...97d7fd )
by Jean C.
17s queued 13s
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
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function register()
36 36
     {
37
-        $this->app->singleton('moip', function(){
37
+        $this->app->singleton('moip', function() {
38 38
             return new Moip(new Api(new BasicAuth($this->app->make('config')->get('moip.credentials.token'), $this->app->make('config')->get('moip.credentials.key')), $this->getHomologated()));
39 39
         });
40 40
     }
Please login to merge, or discard this patch.