fix(typo): Fix typo in docs

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/44456/head
Joas Schilling 2 months ago
parent 46906b7d69
commit 7c6934dea9
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -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…
Cancel
Save