Commit 8c5372b0 by Paul Klimov

Merge branch 'master' of github.com:yiisoft/yii2

parents 80d72589 7c9f5b3b
...@@ -36,7 +36,7 @@ use Yii; ...@@ -36,7 +36,7 @@ use Yii;
* *
* public function successCallback($client) * public function successCallback($client)
* { * {
* $atributes = $client->getUserAttributes(); * $attributes = $client->getUserAttributes();
* // user login or signup comes here * // user login or signup comes here
* } * }
* } * }
...@@ -74,7 +74,7 @@ class AuthAction extends Action ...@@ -74,7 +74,7 @@ class AuthAction extends Action
* ~~~ * ~~~
* public function onAuthSuccess($client) * public function onAuthSuccess($client)
* { * {
* $atributes = $client->getUserAttributes(); * $attributes = $client->getUserAttributes();
* // user login or signup comes here * // user login or signup comes here
* } * }
* ~~~ * ~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment