@@ -38,19 +38,16 @@ class SimpleFormAuthenticationListener extends AbstractAuthenticationListener
3838 private $ csrfTokenManager ;
3939
4040 /**
41- * @param TokenStorageInterface $tokenStorage A TokenStorageInterface instance
42- * @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInterface instance
43- * @param SessionAuthenticationStrategyInterface $sessionStrategy
44- * @param HttpUtils $httpUtils An HttpUtils instance
45- * @param string $providerKey
46- * @param AuthenticationSuccessHandlerInterface $successHandler
47- * @param AuthenticationFailureHandlerInterface $failureHandler
48- * @param array $options An array of options for the processing of a
49- * successful, or failed authentication attempt
50- * @param LoggerInterface|null $logger A LoggerInterface instance
51- * @param EventDispatcherInterface|null $dispatcher An EventDispatcherInterface instance
52- * @param CsrfTokenManagerInterface|null $csrfTokenManager A CsrfTokenManagerInterface instance
53- * @param SimpleFormAuthenticatorInterface|null $simpleAuthenticator A SimpleFormAuthenticatorInterface instance
41+ * @param TokenStorageInterface $tokenStorage A TokenStorageInterface instance
42+ * @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInterface instance
43+ * @param HttpUtils $httpUtils An HttpUtils instance
44+ * @param string $providerKey
45+ * @param array $options An array of options for the processing of a
46+ * successful, or failed authentication attempt
47+ * @param LoggerInterface|null $logger A LoggerInterface instance
48+ * @param EventDispatcherInterface|null $dispatcher An EventDispatcherInterface instance
49+ * @param CsrfTokenManagerInterface|null $csrfTokenManager A CsrfTokenManagerInterface instance
50+ * @param SimpleFormAuthenticatorInterface|null $simpleAuthenticator A SimpleFormAuthenticatorInterface instance
5451 *
5552 * @throws \InvalidArgumentException In case no simple authenticator is provided
5653 */
0 commit comments