Completed
Push — master ( dc86b3...613167 )
by Marcel
10:18
created
src/Mpociot/CaptainHook/Jobs/TriggerWebhooksJob.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Create a new job instance.
36 36
      *
37
-     * @param array|\Illuminate\Support\Collection $webhooks
37
+     * @param \Illuminate\Support\Collection $webhooks
38 38
      * @param mixed $eventData
39 39
      */
40 40
     public function __construct($webhooks, $eventData)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use GuzzleHttp\Middleware;
7 7
 use GuzzleHttp\Promise\PromiseInterface;
8 8
 use Illuminate\Bus\Queueable;
9
-use GuzzleHttp\Promise\Promise;
10 9
 use Illuminate\Contracts\Bus\SelfHandling;
11 10
 use Mpociot\CaptainHook\WebhookLog;
12 11
 use Illuminate\Queue\SerializesModels;
Please login to merge, or discard this patch.