Fix php cache get return type

This commit is contained in:
slawkens
2026-01-12 18:59:51 +01:00
parent c3036e7d49
commit 8b6f160a0f

View File

@@ -45,7 +45,7 @@ class PHP
rename($tmp, $file);
}
public function get($key): string
public function get($key)
{
$tmp = '';
if ($this->fetch($key, $tmp)) {