mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
0f7e56b3b3
commit
324126888e
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue