aboutsummaryrefslogtreecommitdiff
path: root/caches/SQLiteCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'caches/SQLiteCache.php')
-rw-r--r--caches/SQLiteCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/caches/SQLiteCache.php b/caches/SQLiteCache.php
index 1e44519b..ae531cb6 100644
--- a/caches/SQLiteCache.php
+++ b/caches/SQLiteCache.php
@@ -70,7 +70,7 @@ class SQLiteCache implements CacheInterface
return $this;
}
- public function getTime()
+ public function getTime(): ?int
{
$Qselect = $this->db->prepare('SELECT updated FROM storage WHERE key = :key');
$Qselect->bindValue(':key', $this->getCacheKey());