From e718647ed074862c8e96663c64f6c3cdf414541f Mon Sep 17 00:00:00 2001 From: Eric Pinzur <epinzur@gmail.com> Date: Tue, 21 Mar 2017 10:50:18 -0500 Subject: [PATCH] fix the namespacing for php docs on clients --- src/compiler/php_generator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- GitLab