diff options
author | Christophe Coevoet <stof@notk.org> | 2014-12-29 23:41:34 +0100 |
---|---|---|
committer | Christophe Coevoet <stof@notk.org> | 2014-12-29 23:41:34 +0100 |
commit | 334fbcff8c7cb9ac36a76d5717724769ea87aed3 (patch) | |
tree | 52943890ae277472a04eeb5790c2db367c435fd1 /Tests/Core | |
parent | a542abcf38b95de8e8f01f42b6127e7fffc645a8 (diff) | |
download | symfony-security-334fbcff8c7cb9ac36a76d5717724769ea87aed3.zip symfony-security-334fbcff8c7cb9ac36a76d5717724769ea87aed3.tar.gz symfony-security-334fbcff8c7cb9ac36a76d5717724769ea87aed3.tar.bz2 |
Fix phpdoc and coding standards
This removes the unused use statements which were not catched by
PHP-CS-Fixer because of string occurences. It also fixes some invalid
phpdoc (scalar is not recognized as a valid type for instance).
Diffstat (limited to 'Tests/Core')
-rw-r--r-- | Tests/Core/Authentication/AuthenticationTrustResolverTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/Core/Authentication/AuthenticationTrustResolverTest.php b/Tests/Core/Authentication/AuthenticationTrustResolverTest.php index c3b1585..e2fc593 100644 --- a/Tests/Core/Authentication/AuthenticationTrustResolverTest.php +++ b/Tests/Core/Authentication/AuthenticationTrustResolverTest.php @@ -11,8 +11,6 @@ namespace Symfony\Component\Security\Tests\Core\Authentication; -use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken; -use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken; use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver; class AuthenticationTrustResolverTest extends \PHPUnit_Framework_TestCase |