Merge pull request #10239 from rltvty/fix_php_service_comments

fix the namespacing for php docs on client classes
pull/10229/merge
Stanley Cheung 8 years ago committed by GitHub
commit d99975bdd7
  1. 2
      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");

Loading…
Cancel
Save