Browse Source

deal with annotation reported in github actions

El RIDO 3 năm trước cách đây
mục cha
commit
23a2c1829f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }