Skip to content

Commit 7a32c63

Browse files
author
Dmitry Chernikov
committed
Update yii\captcha\Captcha.php
phpDoc microfix
1 parent 10d9bf1 commit 7a32c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/captcha/Captcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* method, for example like this:
5151
*
5252
* ```php
53-
* <?= $form->field($model, 'captcha')->widget(\yii\widgets\Captcha::classname(), [
53+
* <?= $form->field($model, 'captcha')->widget(\yii\captcha\Captcha::classname(), [
5454
* // configure additional widget properties here
5555
* ]) ?>
5656
* ```

0 commit comments

Comments
 (0)