fix code style

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2021-06-02 21:08:51 +02:00
parent a708dea9cd
commit 82ebb00cb1
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
2 changed files with 0 additions and 3 deletions

View File

@ -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;
}
}

View File

@ -240,4 +240,3 @@ interface IRegistrationContext {
*/
public function registerTwoFactorProvider(string $twoFactorProviderClass): void;
}