From 7fc0c5f1fd684c48e3a4f71dc86513c5c3931e19 Mon Sep 17 00:00:00 2001 From: ureimers Date: Thu, 13 Mar 2014 12:42:02 +0100 Subject: [PATCH] Update DefaultAuthenticationSuccessHandler.php --- .../Authentication/DefaultAuthenticationSuccessHandler.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php b/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php index dd7a7d5547..0c084b9ea1 100644 --- a/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php +++ b/src/Symfony/Component/Security/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 * @author Johannes M. Schmitt * @author Alexander