We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d5283 commit 1b59d08Copy full SHA for 1b59d08
1 file changed
src/Jobs/ProcessWebhookEvent.php
@@ -16,9 +16,7 @@ class ProcessWebhookEvent implements ShouldQueue
16
use Queueable;
17
use SerializesModels;
18
19
- /**
20
- * @param array<string, mixed> $eventData
21
- */
+ /** @var array<string, mixed> $eventData */
22
protected array $eventData;
23
24
/**
0 commit comments