Completed
Push — master ( 3eb43d...9c04b9 )
by Marcel
06:27 queued 04:12
created
src/Mpociot/CaptainHook/Jobs/TriggerWebhooksJob.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * Create a new job instance.
38 38
      *
39
-     * @param array|\Illuminate\Support\Collection $webhooks
39
+     * @param \Illuminate\Support\Collection $webhooks
40 40
      * @param mixed $eventData
41 41
      */
42 42
     public function __construct($webhooks, $eventData)
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * Resolves a string or callable to a valid callable.
50 50
      * @param string|callable $transformer
51
-     * @param $defaultMethodName
51
+     * @param string $defaultMethodName
52 52
      * @return callable
53 53
      */
54 54
     private function resolveCallable($transformer, $defaultMethodName)
Please login to merge, or discard this patch.