Skip to content

Commit bd6341a

Browse files
frankynbshaffer
authored andcommitted
[Storage] Fix comment in PHP list objects samples (GoogleCloudPlatform#604)
1 parent fc6b7aa commit bd6341a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/src/list_objects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use Google\Cloud\Storage\StorageClient;
2828

2929
/**
30-
* Add ACL to a Cloud Storage Bucket.
30+
* List Cloud Storage bucket objects.
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
3333
*

storage/src/list_objects_with_prefix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use Google\Cloud\Storage\StorageClient;
2828

2929
/**
30-
* Add ACL to a Cloud Storage Bucket.
30+
* List Cloud Storage bucket objects with specified prefix.
3131
*
3232
* @param string $bucketName the name of your Cloud Storage bucket.
3333
*

0 commit comments

Comments
 (0)