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