Skip to content

Commit 167685b

Browse files
wouterjfabpot
authored andcommitted
[Security] Moved Simple{Form,Pre}AuthenticatorInterfaces to Security\Http
1 parent 8253e02 commit 167685b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Authentication/SimpleFormAuthenticatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
use Symfony\Component\HttpFoundation\Request;
1515

1616
/**
17+
* @deprecated Deprecated since version 2.8, to be removed in 3.0. Use the same interface from Security\Http\Authentication instead.
18+
*
1719
* @author Jordi Boggiano <j.boggiano@seld.be>
1820
*/
1921
interface SimpleFormAuthenticatorInterface extends SimpleAuthenticatorInterface

Authentication/SimplePreAuthenticatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
use Symfony\Component\HttpFoundation\Request;
1515

1616
/**
17+
* @deprecated Since version 2.8, to be removed in 3.0. Use the same interface from Security\Http\Authentication instead.
18+
*
1719
* @author Jordi Boggiano <j.boggiano@seld.be>
1820
*/
1921
interface SimplePreAuthenticatorInterface extends SimpleAuthenticatorInterface

0 commit comments

Comments
 (0)