summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/SimplePreAuthenticatorInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Authentication/SimplePreAuthenticatorInterface.php')
-rw-r--r--Core/Authentication/SimplePreAuthenticatorInterface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Authentication/SimplePreAuthenticatorInterface.php b/Core/Authentication/SimplePreAuthenticatorInterface.php
index 6164e7d..c01f064 100644
--- a/Core/Authentication/SimplePreAuthenticatorInterface.php
+++ b/Core/Authentication/SimplePreAuthenticatorInterface.php
@@ -14,6 +14,8 @@ namespace Symfony\Component\Security\Core\Authentication;
use Symfony\Component\HttpFoundation\Request;
/**
+ * @deprecated Since version 2.8, to be removed in 3.0. Use the same interface from Security\Http\Authentication instead.
+ *
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface SimplePreAuthenticatorInterface extends SimpleAuthenticatorInterface