Test Failed
Push — main ( ae9a6d...333716 )
by Usama
13:55
created
src/DaftravelServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     {
11 11
         $this->mergeConfigFrom(__DIR__ . '/../config/daftravel.php', 'daftravel');
12 12
 
13
-        $this->app->singleton('daftravel', function ($app) {
13
+        $this->app->singleton('daftravel', function($app) {
14 14
             return new Daftravel($app['config']['daftravel']);
15 15
         });
16 16
 
Please login to merge, or discard this patch.
src/Http/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-        * Send a GET request to the Daftra API.
37
+     * Send a GET request to the Daftra API.
38 38
      */
39 39
     public function get(string $endpoint, array $params = [])
40 40
     {
Please login to merge, or discard this patch.