diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-18 19:37:58 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-18 19:37:58 +0200 |
commit | f09e6217820114cf983ce26501d20bfe6095dec9 (patch) | |
tree | adcadcb63ade970ee9afe88ee3621ead1fe688bc /Core | |
parent | 7e660fe744c1a2ce2256e114641a3b9fdd4880a1 (diff) | |
download | symfony-security-f09e6217820114cf983ce26501d20bfe6095dec9.zip symfony-security-f09e6217820114cf983ce26501d20bfe6095dec9.tar.gz symfony-security-f09e6217820114cf983ce26501d20bfe6095dec9.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 |