aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2015-05-30 10:53:47 +0200
committerNils Adermann <naderman@naderman.de>2015-05-30 10:53:47 +0200
commit01073ffcbf6ecff50071018e2eaaae9cd81fcbbc (patch)
tree1178985bb423cf36285681aaf8f717bdb587f46f /phpBB/phpbb/auth
parentb5fed65fe326d32268f46b5915f3d7402f844bae (diff)
parenta462f14aa367e9b8f94c4d2da35458353bad8c0f (diff)
downloadforums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar
forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.gz
forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.bz2
forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.xz
forums-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.zip
Merge pull request #3560 from Nicofuma/ticket/13790
[ticket/13790] Update phpcs
Diffstat (limited to 'phpBB/phpbb/auth')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/token_storage.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/token_storage.php b/phpBB/phpbb/auth/provider/oauth/token_storage.php
index f488c2022d..9b6afae255 100644
--- a/phpBB/phpbb/auth/provider/oauth/token_storage.php
+++ b/phpBB/phpbb/auth/provider/oauth/token_storage.php
@@ -13,7 +13,6 @@
namespace phpbb\auth\provider\oauth;
-
use OAuth\OAuth1\Token\StdOAuth1Token;
use OAuth\Common\Token\TokenInterface;
use OAuth\Common\Storage\TokenStorageInterface;