Commit 2efe52c4 by Alexander Makarov

Merge pull request #6937 from SilverFire/master

[skip ci] Fixed typo in ActiveField PHPDoc
parents aa8d7a30 3cc0ba7d
......@@ -51,7 +51,7 @@ use yii\helpers\ArrayHelper;
* ```php
* use yii\bootstrap\ActiveForm;
*
* $form = ActiveForm::begin(['layout' => 'horizontal'])
* $form = ActiveForm::begin(['layout' => 'horizontal']);
*
* // Form field without label
* echo $form->field($model, 'demo', [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment