[Question] Can't generate PHP code #319
Labels
Language Support
Interest in adding support for another language
Question
Questions about the project or libraries
We have an open-source http/gRPC service written in Go utilizing
protovalidate
to validate requests/responses.For our php SDK, I was generating code with the following
buf.gen.yaml
by executingbuf generate <path-to-protos-from-open-source-project>
:This allowed us to generate the php code required in the SDK up until
protovalidate
migrated fromproto3
toproto2
in this change.Since then the following error is thrown:
I was wondering if anyone had any experience with such problem and have any suggestions?
The text was updated successfully, but these errors were encountered: