Skip to content

Commit

Permalink
code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Feb 9, 2024
1 parent 25ffb4a commit 80905ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Loader/AuthenticationServiceLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 80905ed

Please sign in to comment.