aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Encryption
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-11-15 09:29:35 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-11-15 09:29:35 +0100
commit324126888ec32e4cb58acb70f87dba0994e602bc (patch)
tree2b5def39e7ed009e796eaca4bf6b42fa3fca9401 /tests/lib/Encryption
parent0f7e56b3b30d3a28fb4642b423e3c1fe77544338 (diff)
downloadnextcloud-server-324126888ec32e4cb58acb70f87dba0994e602bc.tar.gz
nextcloud-server-324126888ec32e4cb58acb70f87dba0994e602bc.zip
Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/lib/Encryption')
-rw-r--r--tests/lib/Encryption/Keys/StorageTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/Encryption/Keys/StorageTest.php b/tests/lib/Encryption/Keys/StorageTest.php
index 5301453c191..d1c0257cc6e 100644
--- a/tests/lib/Encryption/Keys/StorageTest.php
+++ b/tests/lib/Encryption/Keys/StorageTest.php
@@ -34,13 +34,13 @@ class StorageTest extends TestCase {
/** @var Storage */
protected $storage;
- /** @var MockObject */
+ /** @var MockObject|\OC\Encryption\Util */
protected $util;
- /** @var MockObject */
+ /** @var MockObject|View */
protected $view;
- /** @var MockObject */
+ /** @var MockObject|IConfig */
protected $config;
/** @var MockObject|ICrypto */