summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Events
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Authentication/Events')
-rw-r--r--lib/private/Authentication/Events/ARemoteWipeEvent.php1
-rw-r--r--lib/private/Authentication/Events/RemoteWipeFinished.php1
-rw-r--r--lib/private/Authentication/Events/RemoteWipeStarted.php1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/Authentication/Events/ARemoteWipeEvent.php b/lib/private/Authentication/Events/ARemoteWipeEvent.php
index 111c6cfeeef..8d28cc5c783 100644
--- a/lib/private/Authentication/Events/ARemoteWipeEvent.php
+++ b/lib/private/Authentication/Events/ARemoteWipeEvent.php
@@ -42,5 +42,4 @@ abstract class ARemoteWipeEvent extends Event {
public function getToken(): IToken {
return $this->token;
}
-
}
diff --git a/lib/private/Authentication/Events/RemoteWipeFinished.php b/lib/private/Authentication/Events/RemoteWipeFinished.php
index 0a33ebf635f..d50b7d28077 100644
--- a/lib/private/Authentication/Events/RemoteWipeFinished.php
+++ b/lib/private/Authentication/Events/RemoteWipeFinished.php
@@ -27,5 +27,4 @@ declare(strict_types=1);
namespace OC\Authentication\Events;
class RemoteWipeFinished extends ARemoteWipeEvent {
-
}
diff --git a/lib/private/Authentication/Events/RemoteWipeStarted.php b/lib/private/Authentication/Events/RemoteWipeStarted.php
index 565c9660de6..89b560511a7 100644
--- a/lib/private/Authentication/Events/RemoteWipeStarted.php
+++ b/lib/private/Authentication/Events/RemoteWipeStarted.php
@@ -27,5 +27,4 @@ declare(strict_types=1);
namespace OC\Authentication\Events;
class RemoteWipeStarted extends ARemoteWipeEvent {
-
}