Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 2554cf2

Browse files
committed
Minor doc improvements for #155
1 parent a86effa commit 2554cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/book/helpers/identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ return [
4545
];
4646
```
4747

48-
If such service is not found, the plugin will look for a service named
49-
`Zend\Authentication\AuthenticationService` in the `ServiceManager`.
48+
If that service is not registered, the plugin will then look for a service named
49+
`Zend\Authentication\AuthenticationServiceInterface`, and use that if found.

0 commit comments

Comments
 (0)