Skip to content

Commit

Permalink
Fix Authenticator interface use statement (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
enekochan authored and dbu committed Jan 18, 2018
1 parent 0caf6a4 commit 939b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Implement Your Own

Implementing an authentication method is easy: only one method needs to be implemented::

use Http\Message\Authentication\Authentication;
use Http\Message\Authentication;
use Psr\Http\Message\RequestInterface;

class MyAuth implements Authentication
Expand Down

0 comments on commit 939b53d

Please sign in to comment.