浏览代码

document what the method does

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v11.0RC2
Christoph Wurst 7 年前
父节点
当前提交
4da6b20e76
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      lib/private/Authentication/Token/IProvider.php

+ 2
- 0
lib/private/Authentication/Token/IProvider.php 查看文件

@@ -53,6 +53,8 @@ interface IProvider {
public function getToken($tokenId) ;

/**
* Duplicate an existing session token
*
* @param string $oldSessionId
* @param string $sessionId
* @throws InvalidTokenException

正在加载...
取消
保存