Skip to content

Commit 2f90f25

Browse files
committed
Details
1 parent 0983e1e commit 2f90f25

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/OpenAPI/WebHooksInterface.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace ApiClients\Contracts\OpenAPI;
44

5-
interface WebHookInterface
5+
interface WebHooksInterface extends WebHookInterface
66
{
77
/**
88
* @template H
@@ -15,10 +15,4 @@ public function hydrateWebHook(string $className, array $data) : object;
1515
* @return array{className: class-string, data: mixed}
1616
*/
1717
public function serializeWebHook(object $object) : array;
18-
19-
/**
20-
* @param array<string, string> $headers
21-
* @param array<mixed> $data
22-
*/
23-
public function resolve(array $headers, array $data) : object;
2418
}

0 commit comments

Comments
 (0)