Skip to content

Commit a74dc3a

Browse files
committed
fix updateTimestamp syntax error
bcit-ci#6318
1 parent afc5d4f commit a74dc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/libraries/Session/PHP8SessionWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function gc(int $maxlifetime): mixed
8888
return $this->driver->gc($maxlifetime);
8989
}
9090

91-
public function updateTimestamp(string $id, string$data): bool
91+
public function updateTimestamp(string $id, string $data): bool
9292
{
9393
return $this->driver->updateTimestamp($id, $data);
9494
}

0 commit comments

Comments
 (0)