diff options
Diffstat (limited to 'Core/Authentication/SimplePreAuthenticatorInterface.php')
-rw-r--r-- | Core/Authentication/SimplePreAuthenticatorInterface.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Authentication/SimplePreAuthenticatorInterface.php b/Core/Authentication/SimplePreAuthenticatorInterface.php index 6164e7d..8fa7037 100644 --- a/Core/Authentication/SimplePreAuthenticatorInterface.php +++ b/Core/Authentication/SimplePreAuthenticatorInterface.php @@ -15,6 +15,8 @@ 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 { |