summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/Cache.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/Cache.php b/pear/Cache.php
index 01445167cc..90d5dff0eb 100644
--- a/pear/Cache.php
+++ b/pear/Cache.php
@@ -281,5 +281,6 @@ class Cache {
$last_run = time();
}
} // end func garbageCollection
+
} // end class cache
?>