Sfoglia il codice sorgente

deal with annotation reported in github actions

El RIDO 3 anni fa
parent
commit
23a2c1829f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
     }