Skip to content

Commit

Permalink
Merge pull request #12 from php-api-clients/remove-token-interface
Browse files Browse the repository at this point in the history
Remove token interface
  • Loading branch information
WyriHaximus authored Nov 21, 2016
2 parents 63d4019 + 6f4b3cc commit 1da20a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Definition/AccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ApiClients\Tools\Psr7\Oauth1\Definition;

final class AccessToken implements Token
final class AccessToken
{
/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/Definition/RequestToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ApiClients\Tools\Psr7\Oauth1\Definition;

final class RequestToken implements Token
final class RequestToken
{
/**
* @var string
Expand Down
16 changes: 0 additions & 16 deletions src/Definition/Token.php

This file was deleted.

0 comments on commit 1da20a4

Please sign in to comment.