fix code style
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
a708dea9cd
commit
82ebb00cb1
|
@ -295,7 +295,6 @@ class RegistrationContext {
|
||||||
|
|
||||||
public function registerInitialState(string $appId, string $class): void {
|
public function registerInitialState(string $appId, string $class): void {
|
||||||
$this->initialStates[] = new ServiceRegistration($appId, $class);
|
$this->initialStates[] = new ServiceRegistration($appId, $class);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function registerWellKnown(string $appId, string $class): void {
|
public function registerWellKnown(string $appId, string $class): void {
|
||||||
|
@ -524,4 +523,3 @@ class RegistrationContext {
|
||||||
return $this->twoFactorProviders;
|
return $this->twoFactorProviders;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -240,4 +240,3 @@ interface IRegistrationContext {
|
||||||
*/
|
*/
|
||||||
public function registerTwoFactorProvider(string $twoFactorProviderClass): void;
|
public function registerTwoFactorProvider(string $twoFactorProviderClass): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue