소스 검색

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