Explorar o código

fix php unit tests using newer google cloud storage library

El RIDO hai 1 mes
pai
achega
f4a820d8b9
Modificáronse 1 ficheiros con 1 adicións e 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');
     }