Browse Source

Merge pull request #3386 from adamaltman/master

correct typo in phpdoc for HttpBearerAuth class
tags/2.0.0-rc
Qiang Xue 11 years ago
parent
commit
15c5f94f80
  1. 2
      framework/filters/auth/HttpBearerAuth.php

2
framework/filters/auth/HttpBearerAuth.php

@ -13,7 +13,7 @@ use yii\web\UnauthorizedHttpException;
/**
* 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
* public function behaviors()

Loading…
Cancel
Save