Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit c4a6cd3

Browse files
committed
:octocat: removed TokenExpires interface
1 parent ebd24cd commit c4a6cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MusicBrainz/MusicBrainz.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
namespace chillerlan\OAuth\Providers\MusicBrainz;
1717

18-
use chillerlan\OAuth\Core\{AccessToken, CSRFToken, OAuth2Provider, ProviderException, TokenExpires, TokenRefresh};
18+
use chillerlan\OAuth\Core\{AccessToken, CSRFToken, OAuth2Provider, ProviderException, TokenRefresh};
1919
use Psr\Http\Message\ResponseInterface;
2020

2121
use function array_merge, date, explode, http_build_query, in_array, sprintf, strtoupper;
@@ -62,7 +62,7 @@
6262
* @method \Psr\Http\Message\ResponseInterface work(array $params = ['inc', 'query', 'limit', 'offset', 'artist', 'collection'])
6363
* @method \Psr\Http\Message\ResponseInterface workId(string $id, array $params = ['inc'])
6464
*/
65-
class MusicBrainz extends OAuth2Provider implements CSRFToken, TokenExpires, TokenRefresh{
65+
class MusicBrainz extends OAuth2Provider implements CSRFToken, TokenRefresh{
6666

6767
const SCOPE_PROFILE = 'profile';
6868
const SCOPE_EMAIL = 'email';

0 commit comments

Comments
 (0)