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