diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-08-30 13:26:29 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-08-30 13:26:29 +0200 |
commit | d0202f7fe7a3c572600418679038167463ec4b33 (patch) | |
tree | 8cdc2ea30346e7fceb8e4d596a0f0455dacd0428 | |
parent | 888e6b24f88b45f1c37d17962bf5069fe185f5e5 (diff) | |
download | symfony-security-d0202f7fe7a3c572600418679038167463ec4b33.zip symfony-security-d0202f7fe7a3c572600418679038167463ec4b33.tar.gz symfony-security-d0202f7fe7a3c572600418679038167463ec4b33.tar.bz2 |
Don't trigger deprecation on interfacesv2.7.4
-rw-r--r-- | Core/SecurityContextInterface.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php index a759feb..2a06ca4 100644 --- a/Core/SecurityContextInterface.php +++ b/Core/SecurityContextInterface.php @@ -11,8 +11,6 @@ namespace Symfony\Component\Security\Core; -@trigger_error('The '.__NAMESPACE__.'\SecurityContextInterface interface is deprecated since version 2.6 and will be removed in 3.0.', E_USER_DEPRECATED); - use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface; |