diff options
Diffstat (limited to 'Core')
4 files changed, 0 insertions, 8 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 { diff --git a/Core/Authentication/SimpleAuthenticatorInterface.php b/Core/Authentication/SimpleAuthenticatorInterface.php index e8ad7b8..868d072 100644 --- a/Core/Authentication/SimpleAuthenticatorInterface.php +++ b/Core/Authentication/SimpleAuthenticatorInterface.php @@ -16,8 +16,6 @@ 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 { diff --git a/Core/Authentication/SimpleFormAuthenticatorInterface.php b/Core/Authentication/SimpleFormAuthenticatorInterface.php index bfc3ec2..95ee881 100644 --- a/Core/Authentication/SimpleFormAuthenticatorInterface.php +++ b/Core/Authentication/SimpleFormAuthenticatorInterface.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 SimpleFormAuthenticatorInterface extends SimpleAuthenticatorInterface { 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 { |