Shorten variable name

This commit is contained in:
sephster 2018-10-13 13:22:27 +01:00
parent 4042a31159
commit 939c0619d0
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F

View File

@ -18,7 +18,7 @@ class RefreshTokenRepository implements RefreshTokenRepositoryInterface
/**
* {@inheritdoc}
*/
public function persistNewRefreshToken(RefreshTokenEntityInterface $refreshTokenEntityInterface)
public function persistNewRefreshToken(RefreshTokenEntityInterface $refreshTokenEntity)
{
// Some logic to persist the refresh token in a database
}