Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
document what the method does
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Nov 2, 2016
commit 4da6b20e768574e2ec6a7da590273e18b64ddda5
2 changes: 2 additions & 0 deletions lib/private/Authentication/Token/IProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public function generateToken($token, $uid, $loginName, $password, $name, $type
public function getToken($tokenId) ;

/**
* Duplicate an existing session token
*
* @param string $oldSessionId
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add at least a single line comment what the function is supposed to do? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

* @param string $sessionId
* @throws InvalidTokenException
Expand Down