Browse Source

Merge pull request #6937 from SilverFire/master

[skip ci] Fixed typo in ActiveField PHPDoc
tags/2.0.3
Alexander Makarov 10 years ago
parent
commit
2efe52c40e
  1. 2
      extensions/bootstrap/ActiveField.php

2
extensions/bootstrap/ActiveField.php

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

Loading…
Cancel
Save