fix php unit tests using newer google cloud storage library

This commit is contained in:
El RIDO 2026-06-10 20:29:37 +02:00
parent 425a6d32d2
commit f4a820d8b9
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

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