8000 Fixed typo in SecurityContext PHPDoc · symfony/symfony@8d7581a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d7581a

Browse files
committed
Fixed typo in SecurityContext PHPDoc
Fixed typo in PHPDoc
1 parent 23eafcc commit 8d7581a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/SecurityContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SecurityContext implements SecurityContextInterface
4141
private $authorizationChecker;
4242

4343
/**
44-
* For backwords compatibility, the signature of sf <2.6 still works
44+
* For backwards compatibility, the signature of sf <2.6 still works
4545
*
4646
* @param TokenStorageInterface|AuthenticationManagerInterface $tokenStorage
4747
* @param AuthorizationCheckerInterface|AccessDecisionManagerInterface $authorizationChecker

0 commit comments

Comments
 (0)
0