Skip to content

Commit 4b04a37

Browse files
committed
bug #5220 Fix example namespace (lepiaf)
This PR was merged into the 2.3 branch. Discussion ---------- Fix example namespace Hi, I've found a mistake on example in security component. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.0 to 3.0 | Fixed tickets | none Commits ------- 83e2616 Fix example namespace
2 parents 5ccf957 + 83e2616 commit 4b04a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The default authentication manager is an instance of
7171

7272
use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager;
7373

74-
// instances of Symfony\Component\Security\Core\Authentication\AuthenticationProviderInterface
74+
// instances of Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface
7575
$providers = array(...);
7676

7777
$authenticationManager = new AuthenticationProviderManager($providers);

0 commit comments

Comments
 (0)