Skip to content

Commit 559af70

Browse files
author
Frank Natividad
committed
Fix typo
1 parent 300e0d1 commit 559af70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/src/delete_hmac_key.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @param string $options options for the new HMAC key.
3434
*
3535
*/
36-
function get_hmac_key($options = ['projectId' => 'your-project-id'])
36+
function delete_hmac_key($options = ['projectId' => 'your-project-id'])
3737
{
3838
$storage = new StorageClient();
3939
$hmacKey = $storage->hmacKey($accessId, $options);

0 commit comments

Comments
 (0)