@@ -200,7 +200,7 @@ |
||
| 200 | 200 | * |
| 201 | 201 | * @param object $authCodePayload |
| 202 | 202 | * |
| 203 | - * @return array |
|
| 203 | + * @return ScopeEntityInterface[] |
|
| 204 | 204 | */ |
| 205 | 205 | private function getScopes($authCodePayload) |
| 206 | 206 | { |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace League\OAuth2\Server\Grant; |
| 11 | 11 | |
| 12 | -use League\OAuth2\Server\Entities\AuthCodeEntityInterface; |
|
| 13 | 12 | use League\OAuth2\Server\Entities\ClientEntityInterface; |
| 14 | 13 | use League\OAuth2\Server\Entities\ScopeEntityInterface; |
| 15 | 14 | use League\OAuth2\Server\Entities\UserEntityInterface; |