Kaynağa Gözat

deal with annotation reported in github actions

El RIDO 3 yıl önce
ebeveyn
işleme
23a2c1829f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
     }