summaryrefslogtreecommitdiffstats
path: root/Http/Authentication
diff options
context:
space:
mode:
authorureimers <ureimers@bimp.de>2014-03-13 12:42:02 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2014-03-14 13:21:43 +0100
commitefead6dbd9f02b485753a33c7559797e8a39dc79 (patch)
treea75be9bdbc2e142d9e2ecb78d79e7bb940bb014d /Http/Authentication
parent2a0c07ee32ab4ee7f82834707eaa5dcd662e5705 (diff)
downloadsymfony-security-efead6dbd9f02b485753a33c7559797e8a39dc79.zip
symfony-security-efead6dbd9f02b485753a33c7559797e8a39dc79.tar.gz
symfony-security-efead6dbd9f02b485753a33c7559797e8a39dc79.tar.bz2
Update DefaultAuthenticationSuccessHandler.php
Diffstat (limited to 'Http/Authentication')
-rw-r--r--Http/Authentication/DefaultAuthenticationSuccessHandler.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Http/Authentication/DefaultAuthenticationSuccessHandler.php b/Http/Authentication/DefaultAuthenticationSuccessHandler.php
index dd7a7d5..0c084b9 100644
--- a/Http/Authentication/DefaultAuthenticationSuccessHandler.php
+++ b/Http/Authentication/DefaultAuthenticationSuccessHandler.php
@@ -18,9 +18,6 @@ use Symfony\Component\Security\Http\HttpUtils;
/**
* Class with the default authentication success handling logic.
*
- * Can be optionally be extended from by the developer to alter the behaviour
- * while keeping the default behaviour.
- *
* @author Fabien Potencier <fabien@symfony.com>
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
* @author Alexander <iam.asm89@gmail.com>