diff options
Diffstat (limited to 'apps/encryption/tests/Users/SetupTest.php')
-rw-r--r-- | apps/encryption/tests/Users/SetupTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/Users/SetupTest.php b/apps/encryption/tests/Users/SetupTest.php index 141120671f2..4111498ac64 100644 --- a/apps/encryption/tests/Users/SetupTest.php +++ b/apps/encryption/tests/Users/SetupTest.php @@ -48,7 +48,7 @@ class SetupTest extends TestCase { */ private $instance; - protected function setUp() { + protected function setUp(): void { parent::setUp(); $logMock = $this->createMock(ILogger::class); $userSessionMock = $this->getMockBuilder(IUserSession::class) |