diff options
| author | Ulf Wendel <uw@php.net> | 2001-03-08 20:41:39 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2001-03-08 20:41:39 +0000 |
| commit | dc5f1ed51988f19c75fe4dd32bf0e830309b4e0e (patch) | |
| tree | fb1175582c61f213d5cf00660efff9e5af4fd1ac | |
| parent | 78c050114c924cc78d3633584a7ebff0038f8a8f (diff) | |
| download | php-git-dc5f1ed51988f19c75fe4dd32bf0e830309b4e0e.tar.gz | |
Formatting and minor inline doc changes.
| -rw-r--r-- | pear/Cache.php | 1 |
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 ?> |
