From ad477e705e5f95e7869d3b0aa50fb5e540bf1727 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Wed, 7 Dec 2016 13:56:23 +0200 Subject: [PATCH] Fix email address --- .../Security/Guard/Token/PostAuthenticationGuardToken.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php b/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php index 36c40cab95..5b353d97a6 100644 --- a/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php +++ b/src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php @@ -21,7 +21,7 @@ use Symfony\Component\Security\Core\User\UserInterface; * If you're using Guard authentication, you *must* use a class that implements * GuardTokenInterface as your authenticated token (like this class). * - * @author Ryan Weaver n@gmail.com> + * @author Ryan Weaver */ class PostAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface {