@@ -256,7 +256,7 @@ |
||
256 | 256 | |
257 | 257 | /** |
258 | 258 | * Generates a label tag for [[attribute]]. |
259 | - * @param null|string|false $label the label to use. If `null`, the label will be generated via [[Model::getAttributeLabel()]]. |
|
259 | + * @param boolean $label the label to use. If `null`, the label will be generated via [[Model::getAttributeLabel()]]. |
|
260 | 260 | * If `false`, the generated field will not contain the label part. |
261 | 261 | * Note that this will NOT be [[Html::encode()|encoded]]. |
262 | 262 | * @param null|array $options the tag options in terms of name-value pairs. It will be merged with [[labelOptions]]. |