diff options
author | Vyacheslav Pavlov <elliotweb@gmail.com> | 2016-07-28 14:36:19 +0300 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-07-30 03:17:26 -0400 |
commit | b6252ab5498bdf1583d06e9da39b444f552d2975 (patch) | |
tree | 803d68851ff86be1f5f07570aabbfa2792a0ba54 /Core | |
parent | 71a22992fff802d88f138f4fe9cf8cbe9eabf724 (diff) | |
download | symfony-security-b6252ab5498bdf1583d06e9da39b444f552d2975.zip symfony-security-b6252ab5498bdf1583d06e9da39b444f552d2975.tar.gz symfony-security-b6252ab5498bdf1583d06e9da39b444f552d2975.tar.bz2 |
Minor fixesv2.7.16
Diffstat (limited to 'Core')
-rw-r--r-- | Core/Tests/LegacySecurityContextTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/Tests/LegacySecurityContextTest.php b/Core/Tests/LegacySecurityContextTest.php index 92d7c16..fbb847e 100644 --- a/Core/Tests/LegacySecurityContextTest.php +++ b/Core/Tests/LegacySecurityContextTest.php @@ -11,8 +11,6 @@ namespace Symfony\Component\Security\Core\Tests; -use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage; -use Symfony\Component\Security\Core\Authorization\AuthorizationChecker; use Symfony\Component\Security\Core\SecurityContext; /** |