Selaa lähdekoodia

deal with annotation reported in github actions

El RIDO 3 vuotta sitten
vanhempi
sitoutus
23a2c1829f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
     }