Fixed typo in SecurityContext PHPDoc

Fixed typo in PHPDoc
This commit is contained in:
Matthias Althaus 2014-12-08 12:17:16 +01:00
parent 23eafccd4a
commit 8d7581af3a
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