summaryrefslogtreecommitdiffstats
path: root/Core/SecurityContextInterface.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-08-31 14:39:32 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-08-31 14:39:32 +0200
commitece05f250cc6fb74eb56c031c76403b3273ad245 (patch)
tree05e6299273582ee393bcd418f7c268c8455d3137 /Core/SecurityContextInterface.php
parent22646d17807d51c97b732ea8a779bc1bd233ebeb (diff)
parentdddb2b44d3d3b93b244a39da490e54eea9f79672 (diff)
downloadsymfony-security-ece05f250cc6fb74eb56c031c76403b3273ad245.zip
symfony-security-ece05f250cc6fb74eb56c031c76403b3273ad245.tar.gz
symfony-security-ece05f250cc6fb74eb56c031c76403b3273ad245.tar.bz2
Merge branch '2.8'
* 2.8: bumped minimal version in appveyor to 5.3.9 [VarDumper] Fix missing support for dumping PHP7 return type Require security-acl 2.7 for BC [travis] disable symfony_debug ext when deps!=no Require actual version of ACL component until ACL/2.8 branch released Do not normalize the kernel root directory path (see symfony/symfony#15474). Don't trigger deprecation on interfaces [Debug] Ignore silencing for deprecations [ci] Run minimal versions on appveyor only Deprecated Security ClassUtils in favor of Acl ClassUtils Fix appveyor file consistently use str_replace to unify directory separators (remaining)
Diffstat (limited to 'Core/SecurityContextInterface.php')
-rw-r--r--Core/SecurityContextInterface.php2
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;