Skip to content

Commit f46295b

Browse files
committed
fix(ISession): Fix typo in api doc
Signed-off-by: Carl Schwan <carlschwan@kde.org>
1 parent cc0e585 commit f46295b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/ISession.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function close();
7979
* Wrapper around session_regenerate_id
8080
*
8181
* @param bool $deleteOldSession Whether to delete the old associated session file or not.
82-
* @param bool $updateToken Wheater to update the associated auth token
82+
* @param bool $updateToken Whether to update the associated auth token
8383
* @return void
8484
* @since 9.0.0, $updateToken added in 14.0.0
8585
*/

0 commit comments

Comments
 (0)