| commit | a3730b75f8cf086f7eedc2f34ad6d928b69b28d0 | [log] [tgz] |
|---|---|---|
| author | thinkerou <thinkerou@gmail.com> | Wed Jul 20 16:59:54 2016 +0800 |
| committer | thinkerou <thinkerou@gmail.com> | Wed Jul 20 17:03:33 2016 +0800 |
| tree | b1667e353e369088e6c41c797596456b9027ee6a | |
| parent | f3f5c18e5ad14a35351f672181c51998b589cef3 [diff] [blame] |
support php7 by marco
diff --git a/src/php/lib/Grpc/ClientStreamingCall.php b/src/php/lib/Grpc/ClientStreamingCall.php index 315a406..4050f7e 100644 --- a/src/php/lib/Grpc/ClientStreamingCall.php +++ b/src/php/lib/Grpc/ClientStreamingCall.php
@@ -88,6 +88,7 @@ $status = $event->status; $this->trailing_metadata = $status->metadata; + return [$this->deserializeResponse($event->message), $status]; } }