From 908875a052ac76e24af74fc714b350c217de42b4 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Mon, 6 Jan 2020 20:40:18 +0100 Subject: Update Cache.php --- Zotlabs/Lib/Cache.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Zotlabs/Lib/Cache.php') 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 { } } } - -- cgit v1.2.3