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

Commit e241142

Browse files
committed
cs fix
1 parent f6a86af commit e241142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/OAuthGrants/SocialGrant.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(UserRepositoryInterface $userRepository, RefreshToke
2424
}
2525

2626
/**
27-
* {@inheritdoc}
27+
* @inheritdoc
2828
*/
2929
public function respondToAccessTokenRequest(ServerRequestInterface $request, ResponseTypeInterface $responseType, DateInterval $accessTokenTTL)
3030
{
@@ -45,7 +45,7 @@ public function respondToAccessTokenRequest(ServerRequestInterface $request, Res
4545
}
4646

4747
/**
48-
* {@inheritdoc}
48+
* @inheritdoc
4949
*/
5050
public function getIdentifier()
5151
{

0 commit comments

Comments
 (0)