summaryrefslogtreecommitdiffstats
path: root/Tests/Http/Firewall
diff options
context:
space:
mode:
authorChristophe Coevoet <stof@notk.org>2014-12-29 23:41:34 +0100
committerChristophe Coevoet <stof@notk.org>2014-12-29 23:41:34 +0100
commit334fbcff8c7cb9ac36a76d5717724769ea87aed3 (patch)
tree52943890ae277472a04eeb5790c2db367c435fd1 /Tests/Http/Firewall
parenta542abcf38b95de8e8f01f42b6127e7fffc645a8 (diff)
downloadsymfony-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.php1
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