Skip to content

Commit 75c491e

Browse files
committed
WebHook::resolves returns hydrated webhook
1 parent e689a06 commit 75c491e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/OpenAPI/WebHookInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ interface WebHookInterface
77
/**
88
* @param array<string, string> $headers
99
* @param array<mixed> $data
10-
* @return string
1110
*/
12-
public function resolve(array $headers, array $data) : string;
11+
public function resolve(array $headers, array $data) : object;
1312
}

0 commit comments

Comments
 (0)