Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joselfonseca committed Oct 12, 2021
1 parent f6a86af commit e241142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/OAuthGrants/SocialGrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct(UserRepositoryInterface $userRepository, RefreshToke
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function respondToAccessTokenRequest(ServerRequestInterface $request, ResponseTypeInterface $responseType, DateInterval $accessTokenTTL)
{
Expand All @@ -45,7 +45,7 @@ public function respondToAccessTokenRequest(ServerRequestInterface $request, Res
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function getIdentifier()
{
Expand Down

0 comments on commit e241142

Please sign in to comment.