From 84fe426c5fe8508103ffc2ba80995c3e8d682740 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 17 May 2013 08:46:44 -0400 Subject: [PATCH] Minor doc fix. --- yii/behaviors/AutoTimestamp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yii/behaviors/AutoTimestamp.php b/yii/behaviors/AutoTimestamp.php index 7ecbd54..ea69963 100644 --- a/yii/behaviors/AutoTimestamp.php +++ b/yii/behaviors/AutoTimestamp.php @@ -89,7 +89,7 @@ class AutoTimestamp extends Behavior } /** - * Gets the appropriate timestamp depending on the column type $attribute is + * Gets the appropriate timestamp for the specified attribute. * @param string $attribute attribute name * @return mixed the timestamp value */