10000 minor #12895 [Security] Fixed typo in SecurityContext PHPDoc (althaus) · symfony/symfony@0a09eaf · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a09eaf

Browse files
committed
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
2 parents 23eafcc + 8d7581a commit 0a09eaf

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 5472
/**
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