Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Sep 19, 2024
1 parent 8753cb9 commit 206bff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transport/GrpcTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function __construct(string $hostname, array $opts, Channel $channel = nu
);
}

$this->stub = new BaseStub($hostname, $opts, $channel, $interceptors);
$this->stub = new BaseStub($hostname, $opts, $channel);
}

/**
Expand Down

0 comments on commit 206bff9

Please sign in to comment.