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.
2 parents a61d25d + e8d9c25 commit 2e49ce0Copy full SHA for 2e49ce0
1 file changed
src/Jobs/ProcessWebhookEvent.php
@@ -16,7 +16,7 @@ class ProcessWebhookEvent implements ShouldQueue
16
use Queueable;
17
use SerializesModels;
18
19
- /** @var array<string, mixed> $eventData */
+ /** @var array<string, mixed> */
20
protected array $eventData;
21
22
/**
0 commit comments