@@ -2,11 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace OAuth\Repository; |
| 4 | 4 | |
| 5 | -use Doctrine\ORM\EntityRepository; |
|
| 6 | 5 | use League\OAuth2\Server\Entities\AccessTokenEntityInterface; |
| 7 | 6 | use League\OAuth2\Server\Entities\ClientEntityInterface; |
| 8 | -use League\OAuth2\Server\Entities\Traits\EntityTrait; |
|
| 9 | -use League\OAuth2\Server\Entities\Traits\TokenEntityTrait; |
|
| 10 | 7 | use OAuth\AccessToken; |
| 11 | 8 | |
| 12 | 9 | class AccessTokenRepository |
@@ -12,7 +12,7 @@ discard block |
||
| 12 | 12 | protected $identifier; |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * @return mixed |
|
| 15 | + * @return string |
|
| 16 | 16 | */ |
| 17 | 17 | public function getIdentifier() |
| 18 | 18 | { |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | - * @return mixed |
|
| 31 | + * @return string |
|
| 32 | 32 | */ |
| 33 | 33 | function jsonSerialize() |
| 34 | 34 | { |