aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Cache.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2020-01-06 20:40:18 +0100
committerMax Kostikov <max@kostikov.co>2020-01-06 20:40:18 +0100
commit908875a052ac76e24af74fc714b350c217de42b4 (patch)
treeceb3d7cc5d4f863eaab4d9f22987929027d9de8a /Zotlabs/Lib/Cache.php
parent41ce2da080d72dbfd2c47a3973fe3c43672adb4d (diff)
downloadvolse-hubzilla-908875a052ac76e24af74fc714b350c217de42b4.tar.gz
volse-hubzilla-908875a052ac76e24af74fc714b350c217de42b4.tar.bz2
volse-hubzilla-908875a052ac76e24af74fc714b350c217de42b4.zip
Update Cache.php
Diffstat (limited to 'Zotlabs/Lib/Cache.php')
-rw-r--r--Zotlabs/Lib/Cache.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Cache.php b/Zotlabs/Lib/Cache.php
index bb7bbbff0..a5052a183 100644
--- a/Zotlabs/Lib/Cache.php
+++ b/Zotlabs/Lib/Cache.php
@@ -14,7 +14,7 @@ class Cache {
* @param string $key
* @param string $age in SQL format, default is '30 DAY'
* @return string
- * /
+ */
public static function get($key, $age = '') {
@@ -52,4 +52,3 @@ class Cache {
}
}
}
-