Completed
Push — 2.1 ( 55a827...b06332 )
by Dmitry
09:02
created
framework/widgets/ActiveField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
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]].
Please login to merge, or discard this patch.