mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #44456 from nextcloud/bugfix/noid/fix-typo-in-comment
fix(typo): Fix typo in docs
This commit is contained in:
commit
16e4a9385c
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class Internal extends Session {
|
|||
* Wrapper around session_regenerate_id
|
||||
*
|
||||
* @param bool $deleteOldSession Whether to delete the old associated session file or not.
|
||||
* @param bool $updateToken Wheater to update the associated auth token
|
||||
* @param bool $updateToken Whether to update the associated auth token
|
||||
* @return void
|
||||
*/
|
||||
public function regenerateId(bool $deleteOldSession = true, bool $updateToken = false) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue