diff options
Diffstat (limited to 'apps/settings/tests/Personal/Security/AuthtokensTest.php')
-rw-r--r-- | apps/settings/tests/Personal/Security/AuthtokensTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/tests/Personal/Security/AuthtokensTest.php b/apps/settings/tests/Personal/Security/AuthtokensTest.php index 8cb394101e2..d0af05df913 100644 --- a/apps/settings/tests/Personal/Security/AuthtokensTest.php +++ b/apps/settings/tests/Personal/Security/AuthtokensTest.php @@ -52,7 +52,7 @@ class AuthtokensTest extends TestCase { /** @var Security\Authtokens */ private $section; - public function setUp() { + public function setUp(): void { parent::setUp(); $this->authTokenProvider = $this->createMock(IAuthTokenProvider::class); |