mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-03-12 03:09:11 +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 AuthCodeRepositoryInterface $authCodeRepository
|
||||||
* @param RefreshTokenRepositoryInterface $refreshTokenRepository
|
* @param RefreshTokenRepositoryInterface $refreshTokenRepository
|
||||||
* @param \DateInterval $authCodeTTL
|
* @param \DateInterval $authCodeTTL
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
AuthCodeRepositoryInterface $authCodeRepository,
|
AuthCodeRepositoryInterface $authCodeRepository,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user