Internal changes.

PiperOrigin-RevId: 625437318
pull/16513/head
Protobuf Team Bot 8 months ago committed by Copybara-Service
parent 5844722687
commit c668e2e4da
  1. 3
      src/google/protobuf/compiler/php/php_generator.cc

@ -1067,6 +1067,9 @@ void GenerateHead(const FileDescriptor* file, io::Printer* printer) {
printer->Print( printer->Print(
"<?php\n" "<?php\n"
"# Generated by the protocol buffer compiler. DO NOT EDIT!\n" "# Generated by the protocol buffer compiler. DO NOT EDIT!\n"
"# NO CHECKED-IN"
// Intentional line breaker.
" PROTOBUF GENCODE\n"
"# source: ^filename^\n" "# source: ^filename^\n"
"\n", "\n",
"filename", file->name()); "filename", file->name());

Loading…
Cancel
Save