summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
authorMatthias Althaus <mail@anoldhouse.net>2014-12-08 12:17:16 +0100
committerMatthias Althaus <mail@anoldhouse.net>2014-12-08 12:17:16 +0100
commit087a6be7f5a4109a2869b8ff6512f4e42c8e8026 (patch)
tree9ee5cb2e6c40ac14714766f9be83a3df1dc49c9d /Core
parentc7d59d4cf078674f865f4103cdf23077f6c1af95 (diff)
downloadsymfony-security-087a6be7f5a4109a2869b8ff6512f4e42c8e8026.zip
symfony-security-087a6be7f5a4109a2869b8ff6512f4e42c8e8026.tar.gz
symfony-security-087a6be7f5a4109a2869b8ff6512f4e42c8e8026.tar.bz2
Fixed typo in SecurityContext PHPDoc
Fixed typo in PHPDoc
Diffstat (limited to 'Core')
-rw-r--r--Core/SecurityContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/SecurityContext.php b/Core/SecurityContext.php
index 1f46cd6..545d4cb 100644
--- a/Core/SecurityContext.php
+++ b/Core/SecurityContext.php
@@ -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