From d4995ddc57554a836563cc1545263c1987384546 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 5 Sep 2013 12:40:16 +0200 Subject: [PATCH] updated php doc --- framework/yii/db/DataReader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/db/DataReader.php b/framework/yii/db/DataReader.php index d18de4c..f2990c1 100644 --- a/framework/yii/db/DataReader.php +++ b/framework/yii/db/DataReader.php @@ -40,7 +40,7 @@ use yii\base\InvalidCallException; * for more details about possible fetch mode. * * @property integer $columnCount The number of columns in the result set. This property is read-only. - * @property mixed $fetchMode Fetch mode. This property is write-only. + * @property integer $fetchMode Fetch mode. This property is write-only. * @property boolean $isClosed Whether the reader is closed or not. This property is read-only. * @property integer $rowCount Number of rows contained in the result. This property is read-only. *