Skip to content

Commit

Permalink
Remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Nov 12, 2021
1 parent c6ca3d5 commit 0e200d0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,9 @@ class AuthenticationProvider extends DaoAuthenticationProvider

/**
* @internal Do not inherit from this class; decorate the "contao.security.authentication_provider" service instead
*
* @todo Replace EncoderFactoryInterface with Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface
*/
public function __construct(UserProviderInterface $userProvider, UserCheckerInterface $userChecker, string $providerKey, PasswordHasherFactoryInterface $passwordHasherFactory, ContaoFramework $framework, AuthenticationProviderInterface $twoFactorAuthenticationProvider, AuthenticationHandlerInterface $twoFactorAuthenticationHandler, AuthenticationContextFactoryInterface $authenticationContextFactory, RequestStack $requestStack, TrustedDeviceManagerInterface $trustedDeviceManager)
{
/** @phpstan-ignore-next-line */
parent::__construct($userProvider, $userChecker, $providerKey, $passwordHasherFactory, false);

$this->userChecker = $userChecker;
Expand Down

0 comments on commit 0e200d0

Please sign in to comment.