diff options
author | Brikou CARRE <brikou@gmail.com> | 2011-04-15 21:12:02 +0200 |
---|---|---|
committer | Brikou CARRE <brikou@gmail.com> | 2011-04-15 21:12:02 +0200 |
commit | 8c104f24799cdeaceb65624a768e3dc10fee8550 (patch) | |
tree | 883340295e8660b581559b31ee9608e29b554117 /Core/Exception | |
parent | 77dd608cc377cf77fc9c51d824fce36192346d2f (diff) | |
download | symfony-security-8c104f24799cdeaceb65624a768e3dc10fee8550.zip symfony-security-8c104f24799cdeaceb65624a768e3dc10fee8550.tar.gz symfony-security-8c104f24799cdeaceb65624a768e3dc10fee8550.tar.bz2 |
removed empty lines/trailing spaces
Diffstat (limited to 'Core/Exception')
-rw-r--r-- | Core/Exception/CookieTheftException.php | 2 | ||||
-rw-r--r-- | Core/Exception/TokenNotFoundException.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Core/Exception/CookieTheftException.php b/Core/Exception/CookieTheftException.php index 6dbead5..83e61d7 100644 --- a/Core/Exception/CookieTheftException.php +++ b/Core/Exception/CookieTheftException.php @@ -14,7 +14,7 @@ namespace Symfony\Component\Security\Core\Exception; /** * This exception is thrown when the RememberMeServices implementation * detects that a presented cookie has already been used by someone else. - * + * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ class CookieTheftException extends AuthenticationException diff --git a/Core/Exception/TokenNotFoundException.php b/Core/Exception/TokenNotFoundException.php index f25905d..593f3ad 100644 --- a/Core/Exception/TokenNotFoundException.php +++ b/Core/Exception/TokenNotFoundException.php @@ -1,4 +1,4 @@ -<?php +<?php namespace Symfony\Component\Security\Core\Exception; /* |