mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-11 19:20:01 +08:00
Merge pull request #1 from SilverFire/SilverFire-patches
Fixed typo in ActiveField PHPDoc
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user