summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/SimpleAuthenticatorInterface.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-05-08 14:19:47 +0200
committerJordi Boggiano <j.boggiano@seld.be>2013-05-08 15:02:54 +0200
commit13715788ca2d32961b9098f434dafc70264dfddd (patch)
treebae051b14ece54b657f51932575f275d2b6f2ea6 /Core/Authentication/SimpleAuthenticatorInterface.php
parent61a938df990ae4325505c6b5b07be491c004aded (diff)
downloadsymfony-security-13715788ca2d32961b9098f434dafc70264dfddd.zip
symfony-security-13715788ca2d32961b9098f434dafc70264dfddd.tar.gz
symfony-security-13715788ca2d32961b9098f434dafc70264dfddd.tar.bz2
marked some classes as being experimental in 2.3
Diffstat (limited to 'Core/Authentication/SimpleAuthenticatorInterface.php')
-rw-r--r--Core/Authentication/SimpleAuthenticatorInterface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Authentication/SimpleAuthenticatorInterface.php b/Core/Authentication/SimpleAuthenticatorInterface.php
index 868d072..e8ad7b8 100644
--- a/Core/Authentication/SimpleAuthenticatorInterface.php
+++ b/Core/Authentication/SimpleAuthenticatorInterface.php
@@ -16,6 +16,8 @@ use Symfony\Component\Security\Core\User\UserProviderInterface;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
+ *
+ * @experimental This feature is experimental in 2.3 and might change in future versions
*/
interface SimpleAuthenticatorInterface
{