Commit 15c5f94f by Qiang Xue

Merge pull request #3386 from adamaltman/master

correct typo in phpdoc for HttpBearerAuth class
parents 8077ea3f 1ddcd8e7
...@@ -13,7 +13,7 @@ use yii\web\UnauthorizedHttpException; ...@@ -13,7 +13,7 @@ use yii\web\UnauthorizedHttpException;
/** /**
* HttpBearerAuth is an action filter that supports the authentication method based on HTTP Bearer token. * HttpBearerAuth is an action filter that supports the authentication method based on HTTP Bearer token.
* *
* You may use HttpBasicAuth by attaching it as a behavior to a controller or module, like the following: * You may use HttpBearerAuth by attaching it as a behavior to a controller or module, like the following:
* *
* ```php * ```php
* public function behaviors() * public function behaviors()
......
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