mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-27 01:02:12 +05:30
Add throws tag for DateInterval exception
This commit is contained in:
parent
398029be56
commit
b4d88995de
@ -37,6 +37,9 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
||||
* @param AuthCodeRepositoryInterface $authCodeRepository
|
||||
* @param RefreshTokenRepositoryInterface $refreshTokenRepository
|
||||
* @param \DateInterval $authCodeTTL
|
||||
*
|
||||
* @return void
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function __construct(
|
||||
AuthCodeRepositoryInterface $authCodeRepository,
|
||||
|
Loading…
Reference in New Issue
Block a user