Преглед на файлове

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