Skip to content

Commit 1b59d08

Browse files
committed
refactor: update eventData property documentation in ProcessWebhookEvent
1 parent d0d5283 commit 1b59d08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Jobs/ProcessWebhookEvent.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ class ProcessWebhookEvent implements ShouldQueue
1616
use Queueable;
1717
use SerializesModels;
1818

19-
/**
20-
* @param array<string, mixed> $eventData
21-
*/
19+
/** @var array<string, mixed> $eventData */
2220
protected array $eventData;
2321

2422
/**

0 commit comments

Comments
 (0)