From 750b220da390acdd0193f9dad531bc329b0f7c3a Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Tue, 25 Jun 2013 14:58:30 -0400 Subject: [PATCH] cleanup. --- framework/yii/helpers/base/Html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/helpers/base/Html.php b/framework/yii/helpers/base/Html.php index ee8910d..c799918 100644 --- a/framework/yii/helpers/base/Html.php +++ b/framework/yii/helpers/base/Html.php @@ -9,7 +9,6 @@ namespace yii\helpers\base; use Yii; use yii\base\InvalidParamException; -use yii\helpers\ArrayHelper; use yii\web\Request; use yii\base\Model; @@ -844,6 +843,7 @@ class Html * @param array $options options (name => config) for the radio button list. The following options are supported: * * - encode: boolean, whether to HTML-encode the items. Defaults to true. + * This option is ignored if the `item` option below is specified. * - item: callable, a callback that is used to generate each individual list item. * The signature of this callback must be: *