Skip to content

Commit

Permalink
Corrected stub method extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 26, 2025
1 parent 704c10b commit e4f366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoogleCloudStorage/StubStorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct(array $config = [])
*/
protected $projectId;

public function bucket($name, $userProject = false)
public function bucket($name, $userProject = false, array $options = [])
{
$knownBuckets = ['flysystem', 'no-acl-bucket-for-ci'];
$isKnownBucket = in_array($name, $knownBuckets);
Expand Down

0 comments on commit e4f366e

Please sign in to comment.