Skip to content

Commit 6b76c26

Browse files
author
Ace Nassri
authored
chore(functions): clarify comments in helloworld_storage (GoogleCloudPlatform#1609)
1 parent 89f7930 commit 6b76c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/helloworld_storage/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
function helloGCS(CloudEventInterface $cloudevent)
3131
{
32+
// This function supports all Cloud Storage event types.
3233
$log = fopen(getenv('LOGGER_OUTPUT') ?: 'php://stderr', 'wb');
3334
$data = $cloudevent->getData();
3435
fwrite($log, 'Event: ' . $cloudevent->getId() . PHP_EOL);

0 commit comments

Comments
 (0)