aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:43:06 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:43:06 +0100
commit5078e8360a69faef6a8a5fa1646cb3a15f0e78b0 (patch)
tree11090c3a8c5e7a60b64de03394c9f39f264ced3f
parentd29bfaf139975fae71b73ebb316da4ce2205fc92 (diff)
downloadwallabag-5078e8360a69faef6a8a5fa1646cb3a15f0e78b0.tar.gz
wallabag-5078e8360a69faef6a8a5fa1646cb3a15f0e78b0.tar.zst
wallabag-5078e8360a69faef6a8a5fa1646cb3a15f0e78b0.zip
PSR 3
-rw-r--r--src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php b/src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php
index 1296cb1f..6ffdfaf0 100644
--- a/src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php
+++ b/src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php
@@ -9,7 +9,7 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException;
9use Symfony\Component\Security\Core\SecurityContextInterface; 9use Symfony\Component\Security\Core\SecurityContextInterface;
10use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; 10use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
11use Wallabag\CoreBundle\Security\Authentication\Token\WsseUserToken; 11use Wallabag\CoreBundle\Security\Authentication\Token\WsseUserToken;
12use Symfony\Component\HttpKernel\Log\LoggerInterface; 12use Psr\Log\LoggerInterface;
13 13
14class WsseListener implements ListenerInterface 14class WsseListener implements ListenerInterface
15{ 15{