minor #12895 [Security] Fixed typo in SecurityContext PHPDoc (althaus)

This PR was merged into the 2.6 branch.

Discussion
----------

[Security] Fixed typo in SecurityContext PHPDoc

Fixes a simple typo.

Commits
-------

8d7581a Fixed typo in SecurityContext PHPDoc
This commit is contained in:
Fabien Potencier 2014-12-08 12:33:14 +01:00
commit 0a09eaf609
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class SecurityContext implements SecurityContextInterface
private $authorizationChecker;
/**
* For backwords compatibility, the signature of sf <2.6 still works
* For backwards compatibility, the signature of sf <2.6 still works
*
* @param TokenStorageInterface|AuthenticationManagerInterface $tokenStorage
* @param AuthorizationCheckerInterface|AccessDecisionManagerInterface $authorizationChecker