mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
fix php unit tests using newer google cloud storage library
This commit is contained in:
parent
425a6d32d2
commit
f4a820d8b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue