deal with annotation reported in github actions

pull/1030/head
El RIDO 2022-12-12 20:49:04 +01:00
parent e54277f014
commit 23a2c1829f
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}