aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/php_generator.h
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-07-20 00:59:03 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-08-10 11:01:35 -0700
commit5fd85b58e6412a28e640d63d362c4b626a9d3e41 (patch)
tree6cef0a3c64fa4e8b66d391ee29a362e4dc9bf19e /src/compiler/php_generator.h
parentfaef8bcc6533ac5fbc6a8efa4ff964fe897f2b5c (diff)
PHP: update codegen plugin to support php_namespace option
Diffstat (limited to 'src/compiler/php_generator.h')
-rw-r--r--src/compiler/php_generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/php_generator.h b/src/compiler/php_generator.h
index 9a04bd33d7..5412d774a9 100644
--- a/src/compiler/php_generator.h
+++ b/src/compiler/php_generator.h
@@ -25,7 +25,7 @@ namespace grpc_php_generator {
grpc::string GenerateFile(const grpc::protobuf::FileDescriptor *file,
const grpc::protobuf::ServiceDescriptor *service,
- const grpc::string &parameter);
+ const grpc::string &class_suffix);
} // namespace grpc_php_generator