From 3f2f25a6a78e8c96814af4174d5a3559a78da9a2 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 31 Jul 2012 16:00:55 +0100 Subject: [PATCH] PSR2 wants a blank line at the end of the file --- src/Oauth2/Authentication/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Oauth2/Authentication/Database.php b/src/Oauth2/Authentication/Database.php index ede5942d..ed526f89 100644 --- a/src/Oauth2/Authentication/Database.php +++ b/src/Oauth2/Authentication/Database.php @@ -317,4 +317,4 @@ interface Database * @return array */ public function accessTokenScopes($accessToken); -} \ No newline at end of file +}