summaryrefslogtreecommitdiffstats
path: root/Http/EntryPoint/AuthenticationEntryPointInterface.php
diff options
context:
space:
mode:
authorBernhard Schussek <bernhard.schussek@symfony-project.com>2011-03-17 13:24:23 +0100
committerBernhard Schussek <bernhard.schussek@symfony-project.com>2011-03-17 13:24:23 +0100
commit59f3260f97e218b4a88ee458ffa6ab0ba3b86aa5 (patch)
tree88862308a3bda4ee7bb5885502d0ab4eaa07a1b5 /Http/EntryPoint/AuthenticationEntryPointInterface.php
parenta7c5a4f08c35edf4e2c2362a403aab228078e9f8 (diff)
downloadsymfony-security-59f3260f97e218b4a88ee458ffa6ab0ba3b86aa5.zip
symfony-security-59f3260f97e218b4a88ee458ffa6ab0ba3b86aa5.tar.gz
symfony-security-59f3260f97e218b4a88ee458ffa6ab0ba3b86aa5.tar.bz2
[Security] Fixed method names in the Firewall listeners
Diffstat (limited to 'Http/EntryPoint/AuthenticationEntryPointInterface.php')
-rw-r--r--Http/EntryPoint/AuthenticationEntryPointInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/EntryPoint/AuthenticationEntryPointInterface.php b/Http/EntryPoint/AuthenticationEntryPointInterface.php
index 0cf6240..3095b5c 100644
--- a/Http/EntryPoint/AuthenticationEntryPointInterface.php
+++ b/Http/EntryPoint/AuthenticationEntryPointInterface.php
@@ -26,7 +26,7 @@ interface AuthenticationEntryPointInterface
/**
* Starts the authentication scheme.
*
- * @param GetResponseEvent $event The "onCoreSecurity" event
+ * @param GetResponseEvent $event The "onCoreRequest" event
* @param object $request The request that resulted in an AuthenticationException
* @param AuthenticationException $authException The exception that started the authentication process
*/