Skip to content

Commit a3e9c0b

Browse files
committed
regenerate PHP code
1 parent d067c7e commit a3e9c0b

33 files changed

+64
-493
lines changed

src/php/tests/generated_code/GPBMetadata/Math.php

+1-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/php/tests/generated_code/Math/MathClient.php

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function __construct($hostname, $opts, $channel = null) {
3737
* @param \Math\DivArgs $argument input argument
3838
* @param array $metadata metadata
3939
* @param array $options call options
40+
* @return \Math\DivReply
4041
*/
4142
public function Div(\Math\DivArgs $argument,
4243
$metadata = [], $options = []) {
@@ -53,6 +54,7 @@ public function Div(\Math\DivArgs $argument,
5354
* replies. The stream ends immediately if either end aborts.
5455
* @param array $metadata metadata
5556
* @param array $options call options
57+
* @return \Math\DivReply
5658
*/
5759
public function DivMany($metadata = [], $options = []) {
5860
return $this->_bidiRequest('/math.Math/DivMany',
@@ -67,6 +69,7 @@ public function DivMany($metadata = [], $options = []) {
6769
* @param \Math\FibArgs $argument input argument
6870
* @param array $metadata metadata
6971
* @param array $options call options
72+
* @return \Math\Num
7073
*/
7174
public function Fib(\Math\FibArgs $argument,
7275
$metadata = [], $options = []) {
@@ -81,6 +84,7 @@ public function Fib(\Math\FibArgs $argument,
8184
* is closed.
8285
* @param array $metadata metadata
8386
* @param array $options call options
87+
* @return \Math\Num
8488
*/
8589
public function Sum($metadata = [], $options = []) {
8690
return $this->_clientStreamRequest('/math.Math/Sum',

src/php/tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/Messages.php

+1-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/php/tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/PBEmpty.php

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/php/tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/Test.php

+1-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/php/tests/interop/Grpc/Testing/LoadBalancerStatsServiceClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function __construct($hostname, $opts, $channel = null) {
4040
* @param \Grpc\Testing\LoadBalancerStatsRequest $argument input argument
4141
* @param array $metadata metadata
4242
* @param array $options call options
43+
* @return \Grpc\Testing\LoadBalancerStatsResponse
4344
*/
4445
public function GetClientStats(\Grpc\Testing\LoadBalancerStatsRequest $argument,
4546
$metadata = [], $options = []) {

src/php/tests/interop/Grpc/Testing/ReconnectServiceClient.php

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function __construct($hostname, $opts, $channel = null) {
3939
* @param \Grpc\Testing\ReconnectParams $argument input argument
4040
* @param array $metadata metadata
4141
* @param array $options call options
42+
* @return \Grpc\Testing\EmptyMessage
4243
*/
4344
public function Start(\Grpc\Testing\ReconnectParams $argument,
4445
$metadata = [], $options = []) {
@@ -52,6 +53,7 @@ public function Start(\Grpc\Testing\ReconnectParams $argument,
5253
* @param \Grpc\Testing\EmptyMessage $argument input argument
5354
* @param array $metadata metadata
5455
* @param array $options call options
56+
* @return \Grpc\Testing\ReconnectInfo
5557
*/
5658
public function Stop(\Grpc\Testing\EmptyMessage $argument,
5759
$metadata = [], $options = []) {

0 commit comments

Comments
 (0)