aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/Events/RemoteWipeStartedTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Authentication/Events/RemoteWipeStartedTest.php')
-rw-r--r--tests/lib/Authentication/Events/RemoteWipeStartedTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Authentication/Events/RemoteWipeStartedTest.php b/tests/lib/Authentication/Events/RemoteWipeStartedTest.php
index 27bd10dea05..fc297f7c087 100644
--- a/tests/lib/Authentication/Events/RemoteWipeStartedTest.php
+++ b/tests/lib/Authentication/Events/RemoteWipeStartedTest.php
@@ -14,7 +14,7 @@ use OC\Authentication\Token\IToken;
use Test\TestCase;
class RemoteWipeStartedTest extends TestCase {
- public function testGetToken() {
+ public function testGetToken(): void {
$token = $this->createMock(IToken::class);
$event = new RemoteWipeStarted($token);