From 7df80cb32ca9b7d0fe452320ddc3563a1e373e2f Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 31 Jan 2015 19:09:34 +0100 Subject: CS --- .../CoreBundle/Security/Authentication/Provider/WsseProvider.php | 2 +- .../CoreBundle/Security/Authentication/Token/WsseUserToken.php | 2 +- src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Wallabag/CoreBundle/Security') diff --git a/src/Wallabag/CoreBundle/Security/Authentication/Provider/WsseProvider.php b/src/Wallabag/CoreBundle/Security/Authentication/Provider/WsseProvider.php index ac57e27d..5499f400 100644 --- a/src/Wallabag/CoreBundle/Security/Authentication/Provider/WsseProvider.php +++ b/src/Wallabag/CoreBundle/Security/Authentication/Provider/WsseProvider.php @@ -56,4 +56,4 @@ class WsseProvider implements AuthenticationProviderInterface { return $token instanceof WsseUserToken; } -} \ No newline at end of file +} diff --git a/src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php b/src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php index b189e22a..ea6fb9bf 100644 --- a/src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php +++ b/src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php @@ -20,4 +20,4 @@ class WsseUserToken extends AbstractToken { return ''; } -} \ No newline at end of file +} diff --git a/src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php b/src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php index b2474785..4d4f2145 100644 --- a/src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php +++ b/src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php @@ -52,7 +52,6 @@ class WsseListener implements ListenerInterface $response = new Response(); $response->setStatusCode(403); $event->setResponse($response); - } } -} \ No newline at end of file +} -- cgit v1.2.3