From 82ebb00cb1318fb1c8c4ba5219089f61cb1102c2 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 2 Jun 2021 21:08:51 +0200 Subject: [PATCH] fix code style Signed-off-by: Arthur Schiwon --- lib/private/AppFramework/Bootstrap/RegistrationContext.php | 2 -- lib/public/AppFramework/Bootstrap/IRegistrationContext.php | 1 - 2 files changed, 3 deletions(-) diff --git a/lib/private/AppFramework/Bootstrap/RegistrationContext.php b/lib/private/AppFramework/Bootstrap/RegistrationContext.php index 625866ff7a..82cb884db1 100644 --- a/lib/private/AppFramework/Bootstrap/RegistrationContext.php +++ b/lib/private/AppFramework/Bootstrap/RegistrationContext.php @@ -295,7 +295,6 @@ class RegistrationContext { public function registerInitialState(string $appId, string $class): void { $this->initialStates[] = new ServiceRegistration($appId, $class); - } public function registerWellKnown(string $appId, string $class): void { @@ -524,4 +523,3 @@ class RegistrationContext { return $this->twoFactorProviders; } } - diff --git a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php index 6c9d551348..c247040a29 100644 --- a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php +++ b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php @@ -240,4 +240,3 @@ interface IRegistrationContext { */ public function registerTwoFactorProvider(string $twoFactorProviderClass): void; } -