Skip to content

Commit 939b53d

Browse files
enekochandbu
authored andcommitted
Fix Authenticator interface use statement (#222)
1 parent 0caf6a4 commit 939b53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Implement Your Own
154154

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

157-
use Http\Message\Authentication\Authentication;
157+
use Http\Message\Authentication;
158158
use Psr\Http\Message\RequestInterface;
159159

160160
class MyAuth implements Authentication

0 commit comments

Comments
 (0)