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/Firewall | |
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/Firewall')
-rw-r--r-- | Tests/Http/Firewall/ChannelListenerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Http/Firewall/ChannelListenerTest.php b/Tests/Http/Firewall/ChannelListenerTest.php index 17bf0a0..e33a8dc 100644 --- a/Tests/Http/Firewall/ChannelListenerTest.php +++ b/Tests/Http/Firewall/ChannelListenerTest.php @@ -12,7 +12,6 @@ namespace Symfony\Component\Security\Tests\Http\Firewall; use Symfony\Component\Security\Http\Firewall\ChannelListener; -use Symfony\Component\HttpKernel\Event\GetResponseEvent; use Symfony\Component\HttpFoundation\Response; class ChannelListenerTest extends \PHPUnit_Framework_TestCase |