More docblock fixes

This commit is contained in:
Alex Bilbie
2014-11-07 01:48:23 +00:00
parent d16b1b72ba
commit 9bb7af6f83
5 changed files with 5 additions and 5 deletions

View File

@@ -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)
{