Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Sep 25, 2024
1 parent 8bb61a1 commit fa851c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/HttpHandler/HttpHandlerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class HttpHandlerFactory
*
* @param ClientInterface $client
* @param null|false|LoggerInterface $logger
* @param bool $loggerDisabled
* @return Guzzle6HttpHandler|Guzzle7HttpHandler
* @throws \Exception
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Logging/LoggingTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private function logResponse(LogEvent $event): void
}

/**
* @param LogEvent $status
* @param LogEvent $event
*/
private function logStatus(LogEvent $event): void
{
Expand All @@ -112,6 +112,7 @@ private function logStatus(LogEvent $event): void

/**
* @param array<mixed> $headers
* @return null|array<mixed, mixed>
*/
private function getJwtToken(array $headers): null|array
{
Expand Down

0 comments on commit fa851c2

Please sign in to comment.