From 80905edc3793536c106ae5724277c90597d6a6e9 Mon Sep 17 00:00:00 2001 From: Yevgeny Tomenko Date: Fri, 9 Feb 2024 20:24:19 +0300 Subject: [PATCH] code style fixes --- src/Loader/AuthenticationServiceLoader.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Loader/AuthenticationServiceLoader.php b/src/Loader/AuthenticationServiceLoader.php index e2186ea9..f92388c1 100644 --- a/src/Loader/AuthenticationServiceLoader.php +++ b/src/Loader/AuthenticationServiceLoader.php @@ -16,6 +16,7 @@ use Cake\Core\Configure; use CakeDC\Auth\Authentication\AuthenticationService; use CakeDC\Auth\Authentication\TwoFactorProcessorLoader; +use CakeDC\Auth\Authentication\TwoFactorProcessorCollection; use Psr\Http\Message\ServerRequestInterface; /** @@ -80,6 +81,7 @@ protected function loadAuthenticators($service) * Load the CakeDC/Auth.TwoFactor based on config OneTimePasswordAuthenticator.login * * @param \CakeDC\Auth\Authentication\AuthenticationService $service Authentication service to load identifiers + * @param \CakeDC\Auth\Authentication\TwoFactorProcessorCollection $processors TwoFactorProcessors collection * @return void */ protected function loadTwoFactorAuthenticator($service, $processors)