Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kms/src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down