ソースを参照

deal with annotation reported in github actions

El RIDO 3 年 前
コミット
23a2c1829f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tst/Bootstrap.php

+ 1 - 1
tst/Bootstrap.php

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