Skip to content

Commit 23cff8d

Browse files
committed
Contracts
1 parent ca00ff0 commit 23cff8d

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

composer.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/OpenAPI/ApiGitHubCom/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13255,7 +13255,7 @@ public function callAsync(string $call, array $params = array())
1325513255
}
1325613256
throw new \InvalidArgumentException();
1325713257
}
13258-
public function webHooks() : WebHooks
13258+
public function webHooks() : \ApiClients\Contracts\OpenAPI\WebHooksInterface
1325913259
{
1326013260
return $this->webHooks;
1326113261
}

src/OpenAPI/ApiGitHubCom/ClientInterface.php

+1-1
Large diffs are not rendered by default.

src/OpenAPI/ApiGitHubCom/WebHooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare (strict_types=1);
44
namespace ApiClients\Client\Github\OpenAPI\ApiGitHubCom;
55

6-
final class WebHooks implements \ApiClients\Contracts\OpenAPI\WebHookInterface
6+
final class WebHooks implements \ApiClients\Contracts\OpenAPI\WebHooksInterface
77
{
88
private readonly \League\OpenAPIValidation\Schema\SchemaValidator $requestSchemaValidator;
99
private readonly Hydrators $hydrator;

0 commit comments

Comments
 (0)