mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-13 10:01:30 +01:00
Fix php cache get return type
This commit is contained in:
@@ -45,7 +45,7 @@ class PHP
|
||||
rename($tmp, $file);
|
||||
}
|
||||
|
||||
public function get($key): string
|
||||
public function get($key)
|
||||
{
|
||||
$tmp = '';
|
||||
if ($this->fetch($key, $tmp)) {
|
||||
|
||||
Reference in New Issue
Block a user