summaryrefslogtreecommitdiff
path: root/app/Core/Cache/MemoryCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core/Cache/MemoryCache.php')
-rw-r--r--app/Core/Cache/MemoryCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Cache/MemoryCache.php b/app/Core/Cache/MemoryCache.php
index c4fb7ca4..39e3947b 100644
--- a/app/Core/Cache/MemoryCache.php
+++ b/app/Core/Cache/MemoryCache.php
@@ -23,7 +23,7 @@ class MemoryCache extends Base implements CacheInterface
*
* @access public
* @param string $key
- * @param string $value
+ * @param mixed $value
*/
public function set($key, $value)
{