diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 22:43:06 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 22:43:06 +0100 |
commit | 5078e8360a69faef6a8a5fa1646cb3a15f0e78b0 (patch) | |
tree | 11090c3a8c5e7a60b64de03394c9f39f264ced3f | |
parent | d29bfaf139975fae71b73ebb316da4ce2205fc92 (diff) | |
download | wallabag-5078e8360a69faef6a8a5fa1646cb3a15f0e78b0.tar.gz wallabag-5078e8360a69faef6a8a5fa1646cb3a15f0e78b0.tar.zst wallabag-5078e8360a69faef6a8a5fa1646cb3a15f0e78b0.zip |
PSR 3
-rw-r--r-- | src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php | 2 |
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; | |||
9 | use Symfony\Component\Security\Core\SecurityContextInterface; | 9 | use Symfony\Component\Security\Core\SecurityContextInterface; |
10 | use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; | 10 | use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; |
11 | use Wallabag\CoreBundle\Security\Authentication\Token\WsseUserToken; | 11 | use Wallabag\CoreBundle\Security\Authentication\Token\WsseUserToken; |
12 | use Symfony\Component\HttpKernel\Log\LoggerInterface; | 12 | use Psr\Log\LoggerInterface; |
13 | 13 | ||
14 | class WsseListener implements ListenerInterface | 14 | class WsseListener implements ListenerInterface |
15 | { | 15 | { |