summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2001-03-08 20:41:39 +0000
committerUlf Wendel <uw@php.net>2001-03-08 20:41:39 +0000
commitdc5f1ed51988f19c75fe4dd32bf0e830309b4e0e (patch)
treefb1175582c61f213d5cf00660efff9e5af4fd1ac
parent78c050114c924cc78d3633584a7ebff0038f8a8f (diff)
downloadphp-git-dc5f1ed51988f19c75fe4dd32bf0e830309b4e0e.tar.gz
Formatting and minor inline doc changes.
-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
?>