aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/php_generator.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-28 09:09:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-28 09:09:16 -0700
commit5b9792a75f620011599548ca26989509b71b98cb (patch)
treeb991187151d79690969a44297e378f9d8923835c /src/compiler/php_generator.cc
parente8a44e064ab716424567b07b69b3b7acb744385c (diff)
parent739cecb0bc1f1ba3b2e0b390795cbaf429ec81c2 (diff)
Merge github.com:grpc/grpc into dynamic_tcp_sizing
Diffstat (limited to 'src/compiler/php_generator.cc')
-rw-r--r--src/compiler/php_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/php_generator.cc b/src/compiler/php_generator.cc
index fba8cbaa97..7d51d40301 100644
--- a/src/compiler/php_generator.cc
+++ b/src/compiler/php_generator.cc
@@ -118,7 +118,7 @@ void PrintService(const ServiceDescriptor *service, Printer *out) {
out->Print(
"/**\n * @param string $$hostname hostname\n"
" * @param array $$opts channel options\n"
- " * @param Grpc\\Channel $$channel (optional) re-use channel "
+ " * @param \\Grpc\\Channel $$channel (optional) re-use channel "
"object\n */\n"
"public function __construct($$hostname, $$opts, "
"$$channel = null) {\n");