From 2b5fb3998aa173d2448299f93bea369db42652c4 Mon Sep 17 00:00:00 2001 From: "godzilla80@gmx.net" <> Date: Wed, 15 Apr 2009 21:11:55 +0000 Subject: fix wrong (c&p) doc comment from r2631 --- framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'framework/Data/SqlMap') diff --git a/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php b/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php index aa688b05..d85148eb 100644 --- a/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php +++ b/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php @@ -75,8 +75,7 @@ class TSqlMapCacheModel extends TComponent } /** - * integer the number of seconds in which the cached value will expire. 0 means never expire. - * @param int cache size. + * @param integer the number of seconds in which the cached value will expire. 0 means never expire. */ public function setFlushInterval($value) { @@ -84,7 +83,7 @@ class TSqlMapCacheModel extends TComponent } /** - * @return int cache duration. + * @return integer cache duration. */ public function getFlushInterval() { -- cgit v1.2.3