diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-24 09:21:16 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-24 09:21:16 +0200 |
commit | 71e7f364d47b122b0b6f2acd66ff9439495aaef6 (patch) | |
tree | 6a6d0ecd5a85a42f600c60b96e403c14ee8f9c80 /Core/SecurityContextInterface.php | |
parent | c63a0c6b5f1d05f1e57d8b29cf2c38b770fad5b3 (diff) | |
parent | 1ce741e1c146dfadc1b8abc2bbc7626ac682f363 (diff) | |
download | symfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.zip symfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.tar.gz symfony-security-71e7f364d47b122b0b6f2acd66ff9439495aaef6.tar.bz2 |
Merge branch '2.8'
* 2.8:
fixes CS
fixed CS
[DependencyInjection] Add missing file headers
fixed typo
made Symfony compatible with both Twig 1.x and 2.x
[FrameworkBundle] Fix precedence of xdebug.file_link_format
Diffstat (limited to 'Core/SecurityContextInterface.php')
-rw-r--r-- | Core/SecurityContextInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php index 61cdf4f..a759feb 100644 --- a/Core/SecurityContextInterface.php +++ b/Core/SecurityContextInterface.php @@ -20,6 +20,7 @@ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; * The SecurityContextInterface. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> + * * @deprecated since version 2.6, to be removed in 3.0. */ interface SecurityContextInterface extends TokenStorageInterface, AuthorizationCheckerInterface |