mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
More docblock fixes
This commit is contained in:
@@ -115,7 +115,7 @@ abstract class AbstractServer
|
||||
/**
|
||||
* Return a storage class
|
||||
* @param string $obj The class required
|
||||
* @return Storage\ClientInterface|Storage\ScopeInterface|Storage\SessionInterface
|
||||
* @return Storage\ClientInterface|Storage\ScopeInterface|Storage\SessionInterface|Storage\AccessTokenInterface|Storage\AuthCodeInterface|Storage\RefreshTokenInterface
|
||||
*/
|
||||
public function getStorage($obj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user