Skip to content

Commit 6eb5830

Browse files
committed
fix phpdoc
1 parent b36a0e1 commit 6eb5830

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pubsub/api/src/create_topic_with_aws_msk_ingestion.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
* @param string $clusterArn The Amazon Resource Name (ARN) that uniquely identifies the cluster.
3636
* @param string $mskTopic The name of the topic in the Amazon MSK cluster that Pub/Sub will import from.
3737
* @param string $awsRoleArn AWS role ARN to be used for Federated Identity authentication with Amazon MSK.
38-
Check the Pub/Sub docs for how to set up this role and the required permissions that need to be
39-
attached to it.
38+
* Check the Pub/Sub docs for how to set up this role and the required permissions that need to be
39+
* attached to it.
4040
* @param string $gcpServiceAccount The GCP service account to be used for Federated Identity authentication
41-
with Amazon MSK (via a AssumeRoleWithWebIdentity call for the provided role). The aws_role_arn
42-
must be set up with accounts.google.com:sub equals to this service account number.
41+
* with Amazon MSK (via a AssumeRoleWithWebIdentity call for the provided role). The aws_role_arn
42+
* must be set up with accounts.google.com:sub equals to this service account number.
4343
*/
4444
function create_topic_with_aws_msk_ingestion(
4545
string $projectId,

0 commit comments

Comments
 (0)