From: Ulf Wendel Date: Thu, 8 Mar 2001 20:41:39 +0000 (+0000) Subject: Formatting and minor inline doc changes. X-Git-Tag: php-4.0.5RC1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc5f1ed51988f19c75fe4dd32bf0e830309b4e0e;p=php Formatting and minor inline doc changes. --- 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 ?>