diff --git a/kms/src/functions.php b/kms/src/functions.php index c7449795a6..bbf8971b4f 100644 --- a/kms/src/functions.php +++ b/kms/src/functions.php @@ -41,10 +41,10 @@ * "serviceAccount:$serviceAccountEmail" * @param string $role Must be in the format "roles/$role", * "organizations/$organizationId/roles/$role", or "projects/$projectId/roles/$role" - * @param string $locationId [optional] + * @param string $locationId * @return null */ -function add_member_to_cryptokey_policy($projectId, $keyRingId, $cryptoKeyId, $member, $role, $locationId = 'global') +function add_member_to_cryptokey_policy($projectId, $keyRingId, $cryptoKeyId, $member, $role, $locationId) { // Instantiate the client, authenticate, and add scopes. $client = new Google_Client();