modify plugin name
This commit is contained in:
@@ -26,7 +26,7 @@ interface ICache
|
||||
* @param $key
|
||||
* @return string|int|bool
|
||||
*/
|
||||
public function get($key): string|int|bool;
|
||||
public function get($key): mixed;
|
||||
|
||||
/**
|
||||
* @param $key
|
||||
|
||||
Reference in New Issue
Block a user