summaryrefslogtreecommitdiffstats
path: root/Core/Exception/CookieTheftException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Exception/CookieTheftException.php')
-rw-r--r--Core/Exception/CookieTheftException.php2
1 files changed, 1 insertions, 1 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