summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Provider/SimpleAuthenticationProvider.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Authentication/Provider/SimpleAuthenticationProvider.php')
-rw-r--r--Core/Authentication/Provider/SimpleAuthenticationProvider.php2
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
{