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 008bea0 commit d73b790Copy full SHA for d73b790
src/Services/WebhookService.php
@@ -30,7 +30,7 @@ public function eventRequestApproved(Request $request): bool
30
/**
31
* @param array<string, mixed> $payload
32
*
33
- * @return JsonResponse|null
+ * @return null|JsonResponse
34
*/
35
public function validatePayload(array $payload): ?JsonResponse
36
{
0 commit comments