This commit is contained in:
ErickSkrauch 2019-08-18 00:04:53 +03:00
parent 4673e7de89
commit 7db4cdb875

View File

@ -82,12 +82,12 @@ class AuthorizationServer implements EmitterAwareInterface
/**
* New server instance.
*
* @param ClientRepositoryInterface $clientRepository
* @param ClientRepositoryInterface $clientRepository
* @param AccessTokenRepositoryInterface $accessTokenRepository
* @param ScopeRepositoryInterface $scopeRepository
* @param CryptKeyInterface|string $privateKey
* @param string|Key $encryptionKey
* @param null|ResponseTypeInterface $responseType
* @param ScopeRepositoryInterface $scopeRepository
* @param CryptKeyInterface|string $privateKey
* @param string|Key $encryptionKey
* @param null|ResponseTypeInterface $responseType
*/
public function __construct(
ClientRepositoryInterface $clientRepository,