Skip to content

Commit c3d1185

Browse files
author
Frank Natividad
committed
address feedback
1 parent 3864cb2 commit c3d1185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/src/delete_hmac_key.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function delete_hmac_key($accessId, $projectId)
4040
$hmacKey = $storage->hmacKey($accessId, $projectId);
4141

4242
$hmacKey->delete();
43-
print("The key is deleted, though it may still appear in StorageClient.hmacKeys(\$options=['showDeletedKeys'=>true])");
44-
print("results when is used." . PHP_EOL);
43+
print("The key is deleted, though it may still appear in results StorageClient.hmacKeys(\$options=['showDeletedKeys'=>true])");
44+
print(" when is used." . PHP_EOL);
4545
}
4646
# [END storage_get_hmac_key]

0 commit comments

Comments
 (0)