summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/SimplePreAuthenticatorInterface.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-06-13 10:14:47 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-06-13 10:14:47 +0200
commit8b11ccf4f72148baf71a7946cae85cd30ecc6072 (patch)
tree2b512b0bb950130fca4587cf596ee4409fb32bd0 /Core/Authentication/SimplePreAuthenticatorInterface.php
parentfaa0cebf9366ac8aeb9536668349922b91077925 (diff)
downloadsymfony-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/SimplePreAuthenticatorInterface.php')
-rw-r--r--Core/Authentication/SimplePreAuthenticatorInterface.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/Authentication/SimplePreAuthenticatorInterface.php b/Core/Authentication/SimplePreAuthenticatorInterface.php
index 8fa7037..6164e7d 100644
--- a/Core/Authentication/SimplePreAuthenticatorInterface.php
+++ b/Core/Authentication/SimplePreAuthenticatorInterface.php
@@ -15,8 +15,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
- *
- * @experimental This feature is experimental in 2.3 and might change in future versions
*/
interface SimplePreAuthenticatorInterface extends SimpleAuthenticatorInterface
{