Merge master into 8.0.0 branch

This commit is contained in:
sephster
2019-05-14 15:46:01 +01:00
36 changed files with 763 additions and 227 deletions

View File

@@ -20,7 +20,7 @@ interface RefreshTokenRepositoryInterface extends RepositoryInterface
/**
* Creates a new refresh token
*
* @return RefreshTokenEntityInterface
* @return RefreshTokenEntityInterface|null
*/
public function getNewRefreshToken();