aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs')
-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 {
}
}
}
-