summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Neutron <imprec@gmail.com>2014-04-18 22:45:55 +0200
committerRomain Neutron <imprec@gmail.com>2014-04-18 22:45:55 +0200
commitc70001ec82326f9581814ac002af6b904d24c4cd (patch)
tree7c81b1c9a1148940c14e26637b35e6af78cccc5e
parentbb5a27217465a6923ab1ee28825240b83538db56 (diff)
downloadsymfony-security-c70001ec82326f9581814ac002af6b904d24c4cd.zip
symfony-security-c70001ec82326f9581814ac002af6b904d24c4cd.tar.gz
symfony-security-c70001ec82326f9581814ac002af6b904d24c4cd.tar.bz2
Fix doc-blocks
-rw-r--r--Http/Firewall/SimpleFormAuthenticationListener.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/Firewall/SimpleFormAuthenticationListener.php b/Http/Firewall/SimpleFormAuthenticationListener.php
index cf3d94d..f97cd59 100644
--- a/Http/Firewall/SimpleFormAuthenticationListener.php
+++ b/Http/Firewall/SimpleFormAuthenticationListener.php
@@ -50,8 +50,8 @@ class SimpleFormAuthenticationListener extends AbstractAuthenticationListener
* successful, or failed authentication attempt
* @param LoggerInterface $logger A LoggerInterface instance
* @param EventDispatcherInterface $dispatcher An EventDispatcherInterface instance
- * @param CsrfTokenManagerInterface $csrfTokenManager A SimpleFormAuthenticatorInterface instance
- * @param SimpleFormAuthenticatorInterface $simpleAuthenticator A CsrfTokenManagerInterface instance
+ * @param CsrfTokenManagerInterface $csrfTokenManager A CsrfTokenManagerInterface instance
+ * @param SimpleFormAuthenticatorInterface $simpleAuthenticator A SimpleFormAuthenticatorInterface instance
*
* @throws \InvalidArgumentException In case no simple authenticator is provided
* @throws InvalidArgumentException In case an invalid CSRF token manager is passed