diff options
author | Mark D. Roth <roth@google.com> | 2016-09-01 14:22:55 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-09-01 14:22:55 -0700 |
commit | fb475c93c4ee71998f63cefdb1846e3e6aa8f3a2 (patch) | |
tree | 15a90a89d829a7be7964dcd599316a2bd8ae05fa /src/php/lib/Grpc/UnaryCall.php | |
parent | 555cf763a3f939639e03ef9e1f2a67bc5dfe2a19 (diff) | |
parent | 79620aaa1052fd02539a36caa63cbe24a2087b0f (diff) |
Merge remote-tracking branch 'upstream/master' into deadline_filter
Diffstat (limited to 'src/php/lib/Grpc/UnaryCall.php')
-rw-r--r-- | src/php/lib/Grpc/UnaryCall.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/php/lib/Grpc/UnaryCall.php b/src/php/lib/Grpc/UnaryCall.php index a71b05dc93..487b89ebc1 100644 --- a/src/php/lib/Grpc/UnaryCall.php +++ b/src/php/lib/Grpc/UnaryCall.php @@ -43,7 +43,7 @@ class UnaryCall extends AbstractCall /** * Start the call. * - * @param $data The data to send + * @param mixed $data The data to send * @param array $metadata Metadata to send with the call, if applicable * @param array $options an array of options, possible keys: * 'flags' => a number @@ -66,7 +66,7 @@ class UnaryCall extends AbstractCall /** * Wait for the server to respond with data and a status. * - * @return [response data, status] + * @return array [response data, status] */ public function wait() { |