Merge remote-tracking branch 'upstream/master' into os-copy-hotkey

# Conflicts:
#	i18n/zh.json
#	lib/Configuration.php
This commit is contained in:
Ribas160 2026-06-19 20:03:38 +03:00
commit 233e3e2399
No known key found for this signature in database
GPG key ID: ED4AE99DCA25A6BB
12 changed files with 320 additions and 143 deletions

View file

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