diff --git a/src/Storage/AuthCodeInterface.php b/src/Storage/AuthCodeInterface.php index c95f636f..c066d809 100644 --- a/src/Storage/AuthCodeInterface.php +++ b/src/Storage/AuthCodeInterface.php @@ -32,7 +32,6 @@ interface AuthCodeInterface extends StorageInterface * @param integer $expireTime Token expire time * @param integer $sessionId Session identifier * @param string $redirectUri Client redirect uri - * * @return void */ public function create($token, $expireTime, $sessionId, $redirectUri);