Skip to content

Commit e4f366e

Browse files
committed
Corrected stub method extension.
1 parent 704c10b commit e4f366e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoogleCloudStorage/StubStorageClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct(array $config = [])
2121
*/
2222
protected $projectId;
2323

24-
public function bucket($name, $userProject = false)
24+
public function bucket($name, $userProject = false, array $options = [])
2525
{
2626
$knownBuckets = ['flysystem', 'no-acl-bucket-for-ci'];
2727
$isKnownBucket = in_array($name, $knownBuckets);

0 commit comments

Comments
 (0)