diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-06-13 10:14:47 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-06-13 10:14:47 +0200 |
commit | 8b11ccf4f72148baf71a7946cae85cd30ecc6072 (patch) | |
tree | 2b512b0bb950130fca4587cf596ee4409fb32bd0 /Core/Authentication/Provider | |
parent | faa0cebf9366ac8aeb9536668349922b91077925 (diff) | |
download | symfony-security-8b11ccf4f72148baf71a7946cae85cd30ecc6072.zip symfony-security-8b11ccf4f72148baf71a7946cae85cd30ecc6072.tar.gz symfony-security-8b11ccf4f72148baf71a7946cae85cd30ecc6072.tar.bz2 |
Revert "marked some classes as being experimental in 2.3"
This reverts commit 74cfc84c87ac281d1ed5aeb8eca9c86ae46c50cf.
Diffstat (limited to 'Core/Authentication/Provider')
-rw-r--r-- | Core/Authentication/Provider/SimpleAuthenticationProvider.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/Authentication/Provider/SimpleAuthenticationProvider.php b/Core/Authentication/Provider/SimpleAuthenticationProvider.php index 50c9a08..8f8cceb 100644 --- a/Core/Authentication/Provider/SimpleAuthenticationProvider.php +++ b/Core/Authentication/Provider/SimpleAuthenticationProvider.php @@ -24,8 +24,6 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException; /** * @author Jordi Boggiano <j.boggiano@seld.be> - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ class SimpleAuthenticationProvider implements AuthenticationProviderInterface { |