deal with annotation reported in github actions

This commit is contained in:
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

View File

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