@@ -36,7 +36,7 @@ discard block |
||
| 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 |
||
| 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) |