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

fix php unit tests using newer google cloud storage library

El RIDO преди 3 месеца
родител
ревизия
f4a820d8b9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tst/Bootstrap.php

+ 1 - 1
tst/Bootstrap.php

@@ -792,7 +792,7 @@ class ConnectionInterfaceStub implements ConnectionInterface
         throw new BadMethodCallException('not supported by this stub');
     }
 
-    public function headObject(array $args = array())
+    public function headObject(array $args = array()): array
     {
         throw new BadMethodCallException('not supported by this stub');
     }