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/Http/Logout | |
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/Http/Logout')
-rw-r--r-- | Tests/Http/Logout/DefaultLogoutSuccessHandlerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Http/Logout/DefaultLogoutSuccessHandlerTest.php b/Tests/Http/Logout/DefaultLogoutSuccessHandlerTest.php index e1b1227..562d127 100644 --- a/Tests/Http/Logout/DefaultLogoutSuccessHandlerTest.php +++ b/Tests/Http/Logout/DefaultLogoutSuccessHandlerTest.php @@ -11,7 +11,6 @@ namespace Symfony\Component\Security\Tests\Http\Logout; -use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler; class DefaultLogoutSuccessHandlerTest extends \PHPUnit_Framework_TestCase |