Merge pull request #44456 from nextcloud/bugfix/noid/fix-typo-in-comment

fix(typo): Fix typo in docs
This commit is contained in:
Joas Schilling 2024-03-25 16:14:37 +01:00 committed by GitHub
commit 16e4a9385c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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