From 56f52f87d25461c77bb41cce4178813bc7d3b4b5 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 2 Mar 2014 18:13:12 +0100 Subject: [PATCH] fixed AR class docs, do not break comment --- framework/db/ActiveRecord.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/db/ActiveRecord.php b/framework/db/ActiveRecord.php index e7461c69ae..539508ba86 100644 --- a/framework/db/ActiveRecord.php +++ b/framework/db/ActiveRecord.php @@ -35,9 +35,6 @@ use yii\helpers\StringHelper; * * class Customer extends \yii\db\ActiveRecord * { - * /** - * * @return string the name of the table associated with this ActiveRecord class. - * * / * public static function tableName() * { * return 'tbl_customer';