Merge pull request #1 from SilverFire/SilverFire-patches

Fixed typo in ActiveField PHPDoc
This commit is contained in:
Dmitry Naumenko
2015-01-20 10:54:55 +02:00

View File

@@ -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', [