You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Guard/Firewall/GuardAuthenticationListener.php
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,13 @@ class GuardAuthenticationListener implements ListenerInterface
39
39
private$rememberMeServices;
40
40
41
41
/**
42
-
* @param GuardAuthenticatorHandler $guardHandler The Guard handler
43
-
* @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInterface instance
44
-
* @param string $providerKey The provider (i.e. firewall) key
45
-
* @param GuardAuthenticatorInterface[] $guardAuthenticators The authenticators, with keys that match what's passed to GuardAuthenticationProvider
46
-
* @param LoggerInterface $logger A LoggerInterface instance
42
+
* @param GuardAuthenticatorHandler $guardHandler The Guard handler
43
+
* @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInterface instance
44
+
* @param string $providerKey The provider (i.e. firewall) key
45
+
* @param iterable|GuardAuthenticatorInterface[] $guardAuthenticators The authenticators, with keys that match what's passed to GuardAuthenticationProvider
46
+
* @param LoggerInterface $logger A LoggerInterface instance
Copy file name to clipboardExpand all lines: Guard/Provider/GuardAuthenticationProvider.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,12 @@ class GuardAuthenticationProvider implements AuthenticationProviderInterface
40
40
private$userChecker;
41
41
42
42
/**
43
-
* @param GuardAuthenticatorInterface[] $guardAuthenticators The authenticators, with keys that match what's passed to GuardAuthenticationListener
44
-
* @param UserProviderInterface $userProvider The user provider
45
-
* @param string $providerKey The provider (i.e. firewall) key
46
-
* @param UserCheckerInterface $userChecker
43
+
* @param iterable|GuardAuthenticatorInterface[] $guardAuthenticators The authenticators, with keys that match what's passed to GuardAuthenticationListener
44
+
* @param UserProviderInterface $userProvider The user provider
45
+
* @param string $providerKey The provider (i.e. firewall) key
0 commit comments