Skip to content

Commit

Permalink
Fix type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Sep 26, 2024
1 parent 0e2f5fe commit 783928c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Transport/GrpcFallbackTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,10 @@ class GrpcFallbackTransport implements TransportInterface
use HttpUnaryTransportTrait;

private string $baseUri;
private null|LoggerInterface $logger;

/**
* @param string $baseUri
* @param callable $httpHandler A handler used to deliver PSR-7 requests.
* @param null|LoggerInterface A PSR-3 Logger Interface.
*/
public function __construct(
string $baseUri,
Expand Down

0 comments on commit 783928c

Please sign in to comment.