Bläddra i källkod

fix php unit tests using newer google cloud storage library

El RIDO 1 månad sedan
förälder
incheckning
f4a820d8b9
1 ändrade filer med 1 tillägg och 1 borttagningar
  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');
         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');
         throw new BadMethodCallException('not supported by this stub');
     }
     }