diff options
Diffstat (limited to 'Http/Authentication/SimpleAuthenticationHandler.php')
-rw-r--r-- | Http/Authentication/SimpleAuthenticationHandler.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Http/Authentication/SimpleAuthenticationHandler.php b/Http/Authentication/SimpleAuthenticationHandler.php index 88be8e4..ce56ee3 100644 --- a/Http/Authentication/SimpleAuthenticationHandler.php +++ b/Http/Authentication/SimpleAuthenticationHandler.php @@ -26,8 +26,6 @@ use Symfony\Component\Security\Core\Authentication\SimpleAuthenticatorInterface; * the default handlers are triggered. * * @author Jordi Boggiano <j.boggiano@seld.be> - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterface, AuthenticationSuccessHandlerInterface { |