From fa851c2e3f8698e4ebc77d8d934bf50f312a06e6 Mon Sep 17 00:00:00 2001 From: Hector Mendoza Jacobo Date: Wed, 25 Sep 2024 21:49:47 +0000 Subject: [PATCH] Fix typing --- src/HttpHandler/HttpHandlerFactory.php | 1 - src/Logging/LoggingTrait.php | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HttpHandler/HttpHandlerFactory.php b/src/HttpHandler/HttpHandlerFactory.php index 167628112..d08e73192 100644 --- a/src/HttpHandler/HttpHandlerFactory.php +++ b/src/HttpHandler/HttpHandlerFactory.php @@ -31,7 +31,6 @@ class HttpHandlerFactory * * @param ClientInterface $client * @param null|false|LoggerInterface $logger - * @param bool $loggerDisabled * @return Guzzle6HttpHandler|Guzzle7HttpHandler * @throws \Exception */ diff --git a/src/Logging/LoggingTrait.php b/src/Logging/LoggingTrait.php index f041aaf42..d6d96a97e 100644 --- a/src/Logging/LoggingTrait.php +++ b/src/Logging/LoggingTrait.php @@ -87,7 +87,7 @@ private function logResponse(LogEvent $event): void } /** - * @param LogEvent $status + * @param LogEvent $event */ private function logStatus(LogEvent $event): void { @@ -112,6 +112,7 @@ private function logStatus(LogEvent $event): void /** * @param array $headers + * @return null|array */ private function getJwtToken(array $headers): null|array {