diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-30 14:35:28 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-30 14:35:28 +0100 |
commit | 4dbe4823b70f96ed76220a524aadfb50df9a9387 (patch) | |
tree | deed09b7e012828327bc7b798b1bb359912f3ab1 /Core/SecurityContextInterface.php | |
parent | d278266e82082b8605dffb29151bd77b9f3d334f (diff) | |
parent | 6e96a175c73cad7542ca394b821e5fd912919dec (diff) | |
download | symfony-security-4dbe4823b70f96ed76220a524aadfb50df9a9387.zip symfony-security-4dbe4823b70f96ed76220a524aadfb50df9a9387.tar.gz symfony-security-4dbe4823b70f96ed76220a524aadfb50df9a9387.tar.bz2 |
Merge branch '2.7'
* 2.7:
[Debug] track and report deprecated classes and interfaces
[Form] Remove a redundant test.
use value of DIRECTORY_SEPARATOR to detect Windows
Conflicts:
src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php
src/Symfony/Component/Security/Core/Util/SecureRandom.php
Diffstat (limited to 'Core/SecurityContextInterface.php')
-rw-r--r-- | Core/SecurityContextInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php index bceb506..0ad7bd3 100644 --- a/Core/SecurityContextInterface.php +++ b/Core/SecurityContextInterface.php @@ -18,7 +18,7 @@ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; * The SecurityContextInterface. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> - * @deprecated Deprecated since version 2.6, to be removed in 3.0. + * @deprecated since version 2.6, to be removed in 3.0. */ interface SecurityContextInterface extends TokenStorageInterface, AuthorizationCheckerInterface { |