protocolbuffers/protobuf
Generated PHP code with incorrect comment formating
Aperta
#14.563 aperta il 31 ott 2023
help wantedphp
Metriche repository
- Star
- (71.223 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Language: PHP
What did you do? Steps to reproduce the behavior:
- Go to https://github.com/googleapis/google-cloud-php/pull/6737/files
- Click on
Dataform/src/V1beta1/Client/DataformClient.php - Scroll down to
setIamPolicyand see the code block over the method, it has missing asterisk sign in comments.
What did you expect to see All comments start with asterisk.
What did you see instead? ref
/**
* Sets the access control policy on the specified resource. Replaces
any existing policy.
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
errors.
*
* The async variant is {@see DataformClient::setIamPolicyAsync()} .
*