mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-24 16:30:42 +05:30
Docbloc improvements
This commit is contained in:
@@ -38,6 +38,7 @@ abstract class AbstractTokenType
|
||||
/**
|
||||
* Set the server
|
||||
* @param \League\OAuth2\Server\AbstractServer $server
|
||||
* @return self
|
||||
*/
|
||||
public function setServer(AbstractServer $server)
|
||||
{
|
||||
@@ -49,6 +50,7 @@ abstract class AbstractTokenType
|
||||
/**
|
||||
* Set the session entity
|
||||
* @param \League\OAuth2\Server\Entity\SessionEntity $session
|
||||
* @return self
|
||||
*/
|
||||
public function setSession(SessionEntity $session)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user