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 +- src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Wallabag/CoreBundle/Security/Authentication') 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 +} -- cgit v1.2.3