@@ -50,8 +50,8 @@ |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | public function issueIdToken(ClientInterface $client, |
| 53 | - ResourceOwnerInterface $resourceOwner, |
|
| 54 | - array $additionalClaims = []): string |
|
| 53 | + ResourceOwnerInterface $resourceOwner, |
|
| 54 | + array $additionalClaims = []): string |
|
| 55 | 55 | { |
| 56 | 56 | $metadata = $client->getMetadata(); |
| 57 | 57 | |