summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2012-12-11 11:27:06 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2012-12-11 11:27:06 +0100
commit75afdfe4132703fcb652d6e4aecafbe2785fcfe4 (patch)
treef5e6e4dbe479d0d0430cf7e11b2b74500f0456b8 /Http
parentcc1f4e8659464d10fecd34f442c6509b76219010 (diff)
downloadsymfony-security-75afdfe4132703fcb652d6e4aecafbe2785fcfe4.zip
symfony-security-75afdfe4132703fcb652d6e4aecafbe2785fcfe4.tar.gz
symfony-security-75afdfe4132703fcb652d6e4aecafbe2785fcfe4.tar.bz2
fixed CS
Diffstat (limited to 'Http')
-rw-r--r--Http/Firewall/ContextListener.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Http/Firewall/ContextListener.php b/Http/Firewall/ContextListener.php
index 6f267cf..0bf5cff 100644
--- a/Http/Firewall/ContextListener.php
+++ b/Http/Firewall/ContextListener.php
@@ -66,6 +66,7 @@ class ContextListener implements ListenerInterface
if (null === $session || null === $token = $session->get('_security_'.$this->contextKey)) {
$this->context->setToken(null);
+
return;
}