Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
15c5f94f
Commit
15c5f94f
authored
May 06, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3386 from adamaltman/master
correct typo in phpdoc for HttpBearerAuth class
parents
8077ea3f
1ddcd8e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
HttpBearerAuth.php
framework/filters/auth/HttpBearerAuth.php
+1
-1
No files found.
framework/filters/auth/HttpBearerAuth.php
View file @
15c5f94f
...
...
@@ -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 HttpB
asic
Auth by attaching it as a behavior to a controller or module, like the following:
* You may use HttpB
earer
Auth by attaching it as a behavior to a controller or module, like the following:
*
* ```php
* public function behaviors()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment