aboutsummaryrefslogtreecommitdiff
path: root/caches/FileCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'caches/FileCache.php')
-rw-r--r--caches/FileCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/caches/FileCache.php b/caches/FileCache.php
index 0e9d74d3..d25a60da 100644
--- a/caches/FileCache.php
+++ b/caches/FileCache.php
@@ -48,7 +48,7 @@ class FileCache implements CacheInterface
return $this;
}
- public function getTime()
+ public function getTime(): ?int
{
$cacheFile = $this->getCacheFile();
clearstatcache(false, $cacheFile);