From 6f9850774d386bf5eaf4d34ee96f09de2b38c875 Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Sat, 11 Jan 2014 00:02:20 +0200 Subject: [PATCH] Doc comments at "yii\authclient\widgets\Choice" fixed --- extensions/yii/authclient/widgets/Choice.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/extensions/yii/authclient/widgets/Choice.php b/extensions/yii/authclient/widgets/Choice.php index 75e65c3..a942c83 100644 --- a/extensions/yii/authclient/widgets/Choice.php +++ b/extensions/yii/authclient/widgets/Choice.php @@ -26,12 +26,15 @@ use yii\authclient\ClientInterface; * ]); ?> * ~~~ * - * You can customize the widget appearance by using [[beginWidget()]] and [[endWidget()]] syntax + * You can customize the widget appearance by using [[begin()]] and [[end()]] syntax * along with using method {@link clientLink()} or {@link createClientUrl()}. * For example: * * ~~~php - * + * ['site/auth'] * ]); ?> * - * + * * ~~~ * * This widget supports following keys for [[ClientInterface::getViewOptions()]] result: