diff options
author | 2015-05-30 10:53:47 +0200 | |
---|---|---|
committer | 2015-05-30 10:53:47 +0200 | |
commit | 01073ffcbf6ecff50071018e2eaaae9cd81fcbbc (patch) | |
tree | 1178985bb423cf36285681aaf8f717bdb587f46f /phpBB/phpbb/auth | |
parent | Merge branch '3.0.x' into 3.1.x (diff) | |
parent | [ticket/13790] Update phpcs (diff) | |
download | phpbb-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.gz phpbb-01073ffcbf6ecff50071018e2eaaae9cd81fcbbc.tar.bz2 phpbb-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.php | 1 |
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; |