Commit 5296da33 by Alexander Makarov

Adjusted phpdoc

parent a1a9d9a3
...@@ -57,8 +57,8 @@ interface IdentityInterface ...@@ -57,8 +57,8 @@ interface IdentityInterface
*/ */
public static function findIdentity($id); public static function findIdentity($id);
/** /**
* Finds an identity by the given secrete token. * Finds an identity by the given token.
* @param string $token the secrete token * @param mixed $token the token to be looked for
* @param mixed $type the type of the token. The value of this parameter depends on the implementation. * @param mixed $type the type of the token. The value of this parameter depends on the implementation.
* For example, [[\yii\filters\auth\HttpBearerAuth]] will set this parameter to be `yii\filters\auth\HttpBearerAuth`. * For example, [[\yii\filters\auth\HttpBearerAuth]] will set this parameter to be `yii\filters\auth\HttpBearerAuth`.
* @return IdentityInterface the identity object that matches the given token. * @return IdentityInterface the identity object that matches the given token.
......
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