Skip to content
Snippets Groups Projects
Unverified Commit 23a2c182 authored by El RIDO's avatar El RIDO
Browse files

deal with annotation reported in github actions

parent e54277f0
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ class BucketStub extends Bucket ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment