From 6b27c1f981a9a93918e4039f236ead27165a8e91 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 17 Mar 2017 11:08:06 -0700 Subject: Add file option php_class_prefix (#2849) This option will be prepended to generated classes of all messages in the containing file. --- php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php') diff --git a/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php b/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php index 06f26015..a3cd8ef9 100644 --- a/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php +++ b/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php @@ -2,11 +2,11 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/protobuf/descriptor.proto +namespace Google\Protobuf\Internal; + /** * Protobuf enum google.protobuf.FieldDescriptorProto.Label */ -namespace Google\Protobuf\Internal; - class FieldDescriptorProto_Label { /** -- cgit v1.2.3