deal with annotation reported in github actions
This commit is contained in:
parent
e54277f014
commit
23a2c1829f
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class BucketStub extends Bucket
|
|||
throw new BadMethodCallException('not supported by this stub');
|
||||
}
|
||||
|
||||
public function exists()
|
||||
public function exists(array $options = array())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue