diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-18 19:41:48 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-18 19:42:42 +0200 |
commit | 2e14fc951fa2caba614ff6b220175b240229ea99 (patch) | |
tree | caf5d6adfd81259d6734404ad41454999d1d85af /Core | |
parent | 7036686b05aced1fb163ee7af8897f7a0a1867f5 (diff) | |
download | symfony-security-2e14fc951fa2caba614ff6b220175b240229ea99.zip symfony-security-2e14fc951fa2caba614ff6b220175b240229ea99.tar.gz symfony-security-2e14fc951fa2caba614ff6b220175b240229ea99.tar.bz2 |
fixed CS
Diffstat (limited to 'Core')
-rw-r--r-- | Core/SecurityContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/SecurityContext.php b/Core/SecurityContext.php index 0623140..bc6493b 100644 --- a/Core/SecurityContext.php +++ b/Core/SecurityContext.php @@ -50,7 +50,7 @@ class SecurityContext implements SecurityContextInterface * * @throws AuthenticationCredentialsNotFoundException when the security context has no authentication token. * - * @param mixed $attributes + * @param mixed $attributes * @param mixed|null $object * * @return Boolean |