mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
Merge remote-tracking branch 'upstream/master' into os-copy-hotkey
# Conflicts: # i18n/zh.json # lib/Configuration.php
This commit is contained in:
commit
233e3e2399
12 changed files with 320 additions and 143 deletions
|
|
@ -792,6 +792,11 @@ class ConnectionInterfaceStub implements ConnectionInterface
|
|||
throw new BadMethodCallException('not supported by this stub');
|
||||
}
|
||||
|
||||
public function headObject(array $args = array()): array
|
||||
{
|
||||
throw new BadMethodCallException('not supported by this stub');
|
||||
}
|
||||
|
||||
public function listObjects(array $args = array())
|
||||
{
|
||||
throw new BadMethodCallException('not supported by this stub');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue