Skip to content

Commit

Permalink
Update type doc for requestLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Dec 11, 2024
1 parent d611f8e commit 1df9dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HttpHandler/Guzzle6HttpHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ public function async(RequestInterface $request, array $options = [])

/**
* @internal
* @param RequestInterface $request
* @param array<mixed> $options
*/
public function requestLog(RequestInterface $request, array $options): RpcLogEvent
{
Expand All @@ -122,8 +124,6 @@ public function requestLog(RequestInterface $request, array $options): RpcLogEve

/**
* @internal
* @param RequestInterface $request
* @param array<mixed> $options
*/
public function responseLog(ResponseInterface $response, RpcLogEvent $requestEvent): void
{
Expand Down

0 comments on commit 1df9dec

Please sign in to comment.