diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-31 14:33:08 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2015-08-31 14:33:08 +0200 |
commit | dddb2b44d3d3b93b244a39da490e54eea9f79672 (patch) | |
tree | 3a9550df8ac471c7be2fadf8b908286907ee8264 | |
parent | 8949057ffe791381fd5e43e208be99d0f617ca4b (diff) | |
parent | d0202f7fe7a3c572600418679038167463ec4b33 (diff) | |
download | symfony-security-dddb2b44d3d3b93b244a39da490e54eea9f79672.zip symfony-security-dddb2b44d3d3b93b244a39da490e54eea9f79672.tar.gz symfony-security-dddb2b44d3d3b93b244a39da490e54eea9f79672.tar.bz2 |
Merge branch '2.7' into 2.8
* 2.7:
[VarDumper] Fix missing support for dumping PHP7 return type
[travis] disable symfony_debug ext when deps!=no
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
Fix appveyor file
consistently use str_replace to unify directory separators (remaining)
-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; |