From 324126888ec32e4cb58acb70f87dba0994e602bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Tue, 15 Nov 2022 09:29:35 +0100 Subject: [PATCH] Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- tests/lib/Encryption/Keys/StorageTest.php | 6 +++--- 1 file 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 */ -- 2.39.5