aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/lib
diff options
context:
space:
mode:
authorGravatar ZhouyihaiDing <ddyihai@google.com>2018-05-16 13:38:43 -0700
committerGravatar ZhouyihaiDing <ddyihai@google.com>2018-05-16 13:38:43 -0700
commit251a57376553d490e265ed241e05697af0c76a10 (patch)
tree268433e7799a9dd106a45497d7e90cc836f500d5 /src/php/lib
parentc848726565da3c68f911d50b1881038719497be5 (diff)
php InterceptorChannel inherits from Channel
Diffstat (limited to 'src/php/lib')
-rw-r--r--src/php/lib/Grpc/Internal/InterceptorChannel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/lib/Grpc/Internal/InterceptorChannel.php b/src/php/lib/Grpc/Internal/InterceptorChannel.php
index 4677fb5aef..2f85c35fe0 100644
--- a/src/php/lib/Grpc/Internal/InterceptorChannel.php
+++ b/src/php/lib/Grpc/Internal/InterceptorChannel.php
@@ -22,7 +22,7 @@ namespace Grpc\Internal;
/**
* This is a PRIVATE API and can change without notice.
*/
-class InterceptorChannel
+class InterceptorChannel extends \Grpc\Channel
{
private $next = null;
private $interceptor;