summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/Auth/Password/GlobalAuth.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/Auth/Password/GlobalAuth.php')
-rw-r--r--apps/files_external/tests/Auth/Password/GlobalAuth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/Auth/Password/GlobalAuth.php b/apps/files_external/tests/Auth/Password/GlobalAuth.php
index c447be7a669..15f8f5f47a9 100644
--- a/apps/files_external/tests/Auth/Password/GlobalAuth.php
+++ b/apps/files_external/tests/Auth/Password/GlobalAuth.php
@@ -45,7 +45,7 @@ class GlobalAuthTest extends TestCase {
*/
private $instance;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->l10n = $this->createMock(IL10N::class);
$this->credentialsManager = $this->createMock(ICredentialsManager::class);