Test Setup Failed
Branch master (0157de)
by AHMED JOHARI
05:00
created
Category
src/Providers/WebHookServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function register()
16 16
     {
17
-        $this->app->singleton(Hook::class, function ($app) {
17
+        $this->app->singleton(Hook::class, function($app) {
18 18
             return new Hook();
19 19
         });
20 20
     }
Please login to merge, or discard this patch.
src/Connectors/ConnectorContract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      *
34 34
      * @return string
35 35
      */
36
-    public function webHookContentType(): string ;
36
+    public function webHookContentType(): string;
37 37
 
38 38
     /**
39 39
      * Define request header to attach to request.
Please login to merge, or discard this patch.