Skip to content

Commit

Permalink
Format code (#7177)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Nov 28, 2024
1 parent 935d453 commit 8c6a9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function _getGrpcClient(): GrpcClient
* @param string $method The name of the method to call
* @param Message $argument The argument to the method
* @param callable $deserialize A function that deserializes the response
* @return array|\Google\Protobuf\Internal\Message[]|Response[]
* @return array|Message[]|Response[]
* @throws GrpcClientException
*/
protected function _simpleRequest(
Expand Down

0 comments on commit 8c6a9d5

Please sign in to comment.