aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/lib/Grpc/UnaryCall.php
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-07-24 13:00:57 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-07-24 13:00:57 -0700
commit3e426718f05343d064fe998578acea6eaa7df622 (patch)
tree0300e954d716a2eaac5bc94a487d25162c991c6b /src/php/lib/Grpc/UnaryCall.php
parent2da58cf638805764e0ce4d2dfe484604c0cda343 (diff)
parentda9af3331ce0d64635aa395cb6f0a164c848bea7 (diff)
Merge github.com:grpc/grpc into grand-unified-closures
Diffstat (limited to 'src/php/lib/Grpc/UnaryCall.php')
-rw-r--r--src/php/lib/Grpc/UnaryCall.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/lib/Grpc/UnaryCall.php b/src/php/lib/Grpc/UnaryCall.php
index b114b771b8..a71b05dc93 100644
--- a/src/php/lib/Grpc/UnaryCall.php
+++ b/src/php/lib/Grpc/UnaryCall.php
@@ -77,6 +77,7 @@ class UnaryCall extends AbstractCall
$status = $event->status;
$this->trailing_metadata = $status->metadata;
+
return [$this->deserializeResponse($event->message), $status];
}
}