Explorar el Código

fix php unit tests using newer google cloud storage library

El RIDO hace 1 mes
padre
commit
f4a820d8b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
     }