Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit e537c52

Browse files
committed
Add return typehint to comply with PSR-18 interface
1 parent f6a15d5 commit e537c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(ClientInterface $client = null, ResponseFactory $res
4343
/**
4444
* {@inheritdoc}
4545
*/
46-
public function sendRequest(RequestInterface $request)
46+
public function sendRequest(RequestInterface $request): ResponseInterface
4747
{
4848
$guzzleRequest = $this->createRequest($request);
4949

0 commit comments

Comments
 (0)