summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-03-03 13:50:01 +0100
committerAndrey Andreev <narf@devilix.net>2022-03-03 13:51:58 +0100
commitdc8dbf23cd97f4fde38f8f614dd49b59da163641 (patch)
tree927103b17a4579127bf9530f289950c9f171d9f0
parent4196eb22d7aa2f9d8325865567c2cbb82fd70960 (diff)
[ci skip] Merge pull request #6107 from ducng99/patch-1
Fix SessionUpdateTimestampHandlerInterface name
-rw-r--r--system/libraries/Session/SessionUpdateTimestampHandlerInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php b/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php
index 4495a1b7a..fe4a321ab 100644
--- a/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php
+++ b/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php
@@ -49,7 +49,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @author Andrey Andreev
* @link https://codeigniter.com/userguide3/libraries/sessions.html
*/
-interface SessionHandlerInterface {
+interface SessionUpdateTimestampHandlerInterface {
public function updateTimestamp($session_id, $data);
public function validateId($session_id);