aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/php_generator.cc
diff options
context:
space:
mode:
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");