From: Nicolas LÅ“uillet Date: Mon, 9 Feb 2015 21:43:06 +0000 (+0100) Subject: PSR 3 X-Git-Tag: 2.0.0-alpha.0~83^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5078e8360a69faef6a8a5fa1646cb3a15f0e78b0;p=github%2Fwallabag%2Fwallabag.git PSR 3 --- 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; use Symfony\Component\Security\Core\SecurityContextInterface; use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface; use Wallabag\CoreBundle\Security\Authentication\Token\WsseUserToken; -use Symfony\Component\HttpKernel\Log\LoggerInterface; +use Psr\Log\LoggerInterface; class WsseListener implements ListenerInterface {