Skip to content

Commit

Permalink
Update yii\captcha\Captcha.php
Browse files Browse the repository at this point in the history
phpDoc microfix
  • Loading branch information
Dmitry Chernikov committed Jun 9, 2015
1 parent 10d9bf1 commit 7a32c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/captcha/Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* method, for example like this:
*
* ```php
* <?= $form->field($model, 'captcha')->widget(\yii\widgets\Captcha::classname(), [
* <?= $form->field($model, 'captcha')->widget(\yii\captcha\Captcha::classname(), [
* // configure additional widget properties here
* ]) ?>
* ```
Expand Down

0 comments on commit 7a32c63

Please sign in to comment.