Skip to content

Commit

Permalink
bug #5220 Fix example namespace (lepiaf)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed May 10, 2015
2 parents 5ccf957 + 83e2616 commit 4b04a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/security/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The default authentication manager is an instance of

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

// instances of Symfony\Component\Security\Core\Authentication\AuthenticationProviderInterface
// instances of Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface
$providers = array(...);

$authenticationManager = new AuthenticationProviderManager($providers);
Expand Down

0 comments on commit 4b04a37

Please sign in to comment.