diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-18 14:33:54 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-18 14:36:25 +0100 |
commit | 60fe04c4834d8a734b2902ceddf7bbe2ac3d0bcd (patch) | |
tree | ee527a35e553c0dd480029763c7af819ecc2f16c /Core/Event/AuthenticationEvent.php | |
parent | 6b3a3b55d1d7318db0948afa3babb5fa953aa5d2 (diff) | |
download | symfony-security-60fe04c4834d8a734b2902ceddf7bbe2ac3d0bcd.zip symfony-security-60fe04c4834d8a734b2902ceddf7bbe2ac3d0bcd.tar.gz symfony-security-60fe04c4834d8a734b2902ceddf7bbe2ac3d0bcd.tar.bz2 |
fixed CS
Diffstat (limited to 'Core/Event/AuthenticationEvent.php')
-rw-r--r-- | Core/Event/AuthenticationEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Event/AuthenticationEvent.php b/Core/Event/AuthenticationEvent.php index 4c32b21..132cea9 100644 --- a/Core/Event/AuthenticationEvent.php +++ b/Core/Event/AuthenticationEvent.php @@ -32,4 +32,4 @@ class AuthenticationEvent extends Event { return $this->authenticationToken; } -}
\ No newline at end of file +} |