We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704c10b commit e4f366eCopy full SHA for e4f366e
src/GoogleCloudStorage/StubStorageClient.php
@@ -21,7 +21,7 @@ public function __construct(array $config = [])
21
*/
22
protected $projectId;
23
24
- public function bucket($name, $userProject = false)
+ public function bucket($name, $userProject = false, array $options = [])
25
{
26
$knownBuckets = ['flysystem', 'no-acl-bucket-for-ci'];
27
$isKnownBucket = in_array($name, $knownBuckets);
0 commit comments