Fixed phpdoc typo

This commit is contained in:
Alexander Makarov
2015-02-24 03:05:43 +03:00
parent 02f8f7ef9d
commit a5b9aec6cd

View File

@ -126,7 +126,7 @@ class Menu extends Widget
/**
* @var array the HTML attributes for the menu's container tag. The following special options are recognized:
*
* - tag: string, defaults to "ul", the tag name of the item container tags. Set to null to disable container tag.
* - tag: string, defaults to "ul", the tag name of the item container tags. Set to false to disable container tag.
*
* @see \yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered.
*/