Merge remote-tracking branch 'origin/master' into issue565_document_storedObject

This commit is contained in:
2022-04-27 08:43:35 +02:00
50 changed files with 1210 additions and 530 deletions

View File

@@ -109,12 +109,12 @@ class StoredObject implements AsyncFileInterface, Document
return $this->id;
}
public function getIv()
public function getIv(): array
{
return $this->iv;
}
public function getKeyInfos()
public function getKeyInfos(): array
{
return $this->keyInfos;
}