aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;