added missing @since tag

This commit is contained in:
Klimov Paul
2015-04-20 12:56:41 +03:00
parent 55f4342b5c
commit 95d65b4958

View File

@ -1086,6 +1086,7 @@ class BaseHtml
* See [[renderTagAttributes()]] for details on how attributes are being rendered. * See [[renderTagAttributes()]] for details on how attributes are being rendered.
* *
* @return string the generated label tag * @return string the generated label tag
* @since 2.0.4
*/ */
public static function activeHint($model, $attribute, $options = []) public static function activeHint($model, $attribute, $options = [])
{ {